From 317aed570b321b5d4cc3abe7cd265f5b7558d393 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 14 Feb 2006 06:14:35 +0000 Subject: [PATCH] '-' to '->' for $this-convert(); git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2687 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_ldap.inc b/include/class_ldap.inc index a87a2e75f..4c2b1b498 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -153,7 +153,7 @@ class LDAP{ if ($basedn=="") $basedn = $this->basedn; else - $basedn = $this-convert($this->basedn); + $basedn = $this->convert($this->basedn); return(ereg_replace("[^,]*[,]*[ ]*(.*)", "\\1", $basedn)); } -- 2.30.2