From: Jan Schneider Date: Sun, 7 Jun 2009 22:38:58 +0000 (+0200) Subject: Load base.php. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a8edbf42006c736206d309fb460e20e41b273408;p=horde.git Load base.php. --- diff --git a/timeobjects/lib/api.php b/timeobjects/lib/api.php index 22e24a73a..e191a2401 100644 --- a/timeobjects/lib/api.php +++ b/timeobjects/lib/api.php @@ -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?