diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/videolist/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/videolist/all.php b/pages/videolist/all.php index cd7500898..db0b0ee9d 100644 --- a/pages/videolist/all.php +++ b/pages/videolist/all.php @@ -15,7 +15,7 @@ $title = elgg_echo('videolist:all'); $content = elgg_list_entities(array( 'types' => 'object', - 'subtypes' => 'videolist', + 'subtypes' => 'videolist_item', 'limit' => $limit, 'full_view' => FALSE )); |