From ecf03771557e24e86a982e5f79ebcb84d8d54883 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 3 Nov 2011 22:23:57 +0100 Subject: Moved url parse functions to a library. --- start.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'start.php') diff --git a/start.php b/start.php index 724aad61d..ff0182c3b 100644 --- a/start.php +++ b/start.php @@ -12,6 +12,8 @@ elgg_register_event_handler('init', 'system', 'videolist_init'); function videolist_init() { + + elgg_register_library('elgg:videolist', elgg_get_plugins_path() . 'videolist/lib/videolist.php'); // add a site navigation item $item = new ElggMenuItem('videolist', elgg_echo('videolist'), 'videolist/all'); -- cgit v1.2.3