From a8edbf42006c736206d309fb460e20e41b273408 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 8 Jun 2009 00:38:58 +0200 Subject: [PATCH] Load base.php. --- timeobjects/lib/api.php | 2 ++ 1 file changed, 2 insertions(+) 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? -- 2.11.0