aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
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');