aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-11-03 22:23:57 +0100
committerSem <sembrestels@riseup.net>2011-11-03 22:23:57 +0100
commitecf03771557e24e86a982e5f79ebcb84d8d54883 (patch)
treeef9fdffb2d9f05795f124ca0accd27cdf1a4dd95 /start.php
parentfc7921d05953d3de3130f9d49b7d73ec4c466b34 (diff)
downloadelgg-ecf03771557e24e86a982e5f79ebcb84d8d54883.tar.gz
elgg-ecf03771557e24e86a982e5f79ebcb84d8d54883.tar.bz2
Moved url parse functions to a library.
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 2 insertions, 0 deletions
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');