From 1d82e163bb788d05cb8d3da5156988c659755622 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 10 Nov 2010 09:16:39 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20216 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_GOsaRegistration.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2