Code

Updated base check
[gosa.git] / gosa-core / include / utils / class_msgPool.inc
index 025baf58e2fa5e66a0f29560c0f0786ece99993c..8dea7c25f2b3498323cf08da28db8e14ecbe6cbe 100644 (file)
@@ -568,6 +568,13 @@ class msgPool
   {
     return (sprintf(_("Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa setup?"), $plugin));
   }
+
+
+  public static function check_base()
+  {
+    return _("The supplied base is not valid and has been reset to the previous value!");
+  }
+
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>