From: hickert Date: Wed, 10 Nov 2010 09:16:39 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1d82e163bb788d05cb8d3da5156988c659755622;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20216 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_GOsaRegistration.inc b/gosa-core/include/class_GOsaRegistration.inc index 26acccbb1..33c3394ac 100644 --- a/gosa-core/include/class_GOsaRegistration.inc +++ b/gosa-core/include/class_GOsaRegistration.inc @@ -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.