Code

Fixes error
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Sep 2006 02:55:21 +0000 (02:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Sep 2006 02:55:21 +0000 (02:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4561 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index 338b8837f530eb8da52d1af37067519ec2f5e6b0..79bc8679a8446c57379fede19d37722317f46e00 100644 (file)
@@ -916,7 +916,7 @@ class environment extends plugin
     /* Call common method to give check the hook */
     $message= plugin::check();
 
-    $this->detect_grouptype
+    $this->detect_grouptype();
 
     if(preg_match("/[^0-9]/",$this->gotoProfileQuota)) {
       $message[]=_("Please set a valid profile quota size.");