Code

Added new message to msgPool
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Jun 2008 08:52:26 +0000 (08:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Jun 2008 08:52:26 +0000 (08:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11343 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_msgPool.inc

index 0471d44ccd9a7a6a670a4127f2216a1c2b097389..1c7a92ca4b6578ac8793fe82edd2ac61efdd7216 100644 (file)
@@ -547,6 +547,11 @@ class msgPool
     return sprintf(_("Install and activate the %s PHP module."), $what);
   }
 
+
+  public static function class_not_found($plugin)
+  {
+    return (sprintf(_("Could not initialize class '%s', maybe there is a plugin missing in your gosa setup."), $plugin));
+  }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>