diff options
Diffstat (limited to 'start.php')
| -rw-r--r-- | start.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -238,7 +238,7 @@ function videolist_embed_get_sections($hook, $type, $value, $params) {   */  function videolist_embed_get_items($hook, $type, $value, $params) {  	$options = array( -		'owner_guid' => get_loggedin_userid(), +		'owner_guid' => elgg_get_logged_in_user_guid(),  		'type_subtype_pair' => array('object' => 'videolist_item'),  		'count' => TRUE  	); | 
