From 9b176145bc10850e02b8602bb670d6832945ea83 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 12 Nov 2011 00:27:48 +0100 Subject: Fixes two bugs when editing a video. --- pages/videolist/edit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'pages') diff --git a/pages/videolist/edit.php b/pages/videolist/edit.php index 5ca1e4b64..916d9d280 100644 --- a/pages/videolist/edit.php +++ b/pages/videolist/edit.php @@ -36,6 +36,7 @@ $body_vars = array('guid' => $guid); foreach(array_keys(elgg_get_config('videolist')) as $variable) { $body_vars[$variable] = $videolist_item->$variable; } +$body_vars['container_guid'] = $videolist_item->container_guid; $content = elgg_view_form('videolist/edit', $form_vars, $body_vars); -- cgit v1.2.3