From bd3a7c6d89f78597762a87633f5efa6d129307bd Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 1 Sep 2006 02:55:21 +0000 Subject: [PATCH] Fixes error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4561 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/environment/class_environment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 338b8837f..79bc8679a 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -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."); -- 2.30.2