Load base.php.
authorJan Schneider <jan@horde.org>
Sun, 7 Jun 2009 22:38:58 +0000 (00:38 +0200)
committerJan Schneider <jan@horde.org>
Sun, 7 Jun 2009 22:38:58 +0000 (00:38 +0200)
timeobjects/lib/api.php

index 22e24a7..e191a24 100644 (file)
@@ -27,6 +27,8 @@ $_services['show'] = array(
  */
 function _timeobjects_listTimeObjectCategories()
 {
+    require_once dirname(__FILE__) . '/base.php';
+
     // @TODO: Probably want to iterate the driver directory
     //        and dynamically build this list and/or maybe provide
     //        a $conf[] setting to explicitly disable certain drivers?