avoid having to load base.php, and initialize Kronolith, each and
every time we send an autocomplete ajax request.
*
* @package Kronolith
*/
+
+// NOTE: Still need this here in addition to base.php to avoid having to fully
+// initialize kronolith for each autocomplete ajax request.
+Horde_Autoloader::addClassPattern('/^Content_/', $GLOBALS['registry']->get('fileroot', 'content') . '/lib/');
class Kronolith_Tagger
{
-
/**
* Local cache of the type name => ids from Content, so we don't have to
* query for them each time.