summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 565eddc)
raw | patch | inline | side by side (parent: 565eddc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Nov 2010 09:16:39 +0000 (09:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/include/class_GOsaRegistration.inc b/gosa-core/include/class_GOsaRegistration.inc
index 26acccbb1cee3f7f38ecaaf1378d4e84d5d366dc..33c3394ac5d83d052a1018abdf0259eaddbd2395 100644 (file)
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.