Code

Fixed requried calls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Mar 2008 09:35:50 +0000 (09:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Mar 2008 09:35:50 +0000 (09:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10018 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc

index 8a9358a5cdd24e94b7c7881a085d7e846a9230d7..356ac81756f961ef20db106a7e99a8ce76417285 100644 (file)
@@ -413,7 +413,7 @@ class macro extends plugin
   
     /* Check if display name is set */
     if(empty($this->displayName)){
-      $message[] = msgPool::requried(_("Name"));
+      $message[] = msgPool::required(_("Name"));
     }  
     /* CN is restricted to 20 chars */
     if(strlen("Makro-".$this->cn)>20 ){