From: hickert Date: Tue, 17 Jun 2008 08:52:26 +0000 (+0000) Subject: Added new message to msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ed6b5a2b2596db8699f7138757005d1c961d76a;p=gosa.git Added new message to msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11343 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/utils/class_msgPool.inc b/gosa-core/include/utils/class_msgPool.inc index 0471d44cc..1c7a92ca4 100644 --- a/gosa-core/include/utils/class_msgPool.inc +++ b/gosa-core/include/utils/class_msgPool.inc @@ -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: ?>