Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Nov 2010 09:16:39 +0000 (09:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Nov 2010 09:16:39 +0000 (09:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20216 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_GOsaRegistration.inc

index 26acccbb1cee3f7f38ecaaf1378d4e84d5d366dc..33c3394ac5d83d052a1018abdf0259eaddbd2395 100644 (file)
@@ -52,7 +52,7 @@ class GOsaRegistration
 
     function registrationRequired()
     {
-        if($this->isInstanceRegistered) return(FALSE);
+        if($this->isInstanceRegistered()) return(FALSE);
 
         // Seems that we haven't received an instancePassword yet, this can has two reasons:
         // 1. Not registered yet or registration postponed     2. We do not want to registrate our instance.