No gettext.
authorJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 15:16:07 +0000 (16:16 +0100)
committerJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 15:16:07 +0000 (16:16 +0100)
kronolith/lib/base.php

index 1414276..6e1ee20 100644 (file)
@@ -52,7 +52,7 @@ define('KRONOLITH_TEMPLATES', $registry->get('templates'));
  * entry. */
 Horde_Autoloader::addClassPattern('/^Content_/', $GLOBALS['registry']->get('fileroot', 'content') . '/lib/');
 if (!class_exists('Content_Tagger')) {
-    throw new Horde_Exception(_("The Content_Tagger class could not be found. Make sure the registry entry for the Content system is present."));
+    throw new Horde_Exception('The Content_Tagger class could not be found. Make sure the registry entry for the Content system is present.');
 }
 
 /* Notification system. */