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. --- actions/videolist/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/videolist/edit.php b/actions/videolist/edit.php index f9db7b6a2..72e1d2427 100644 --- a/actions/videolist/edit.php +++ b/actions/videolist/edit.php @@ -18,7 +18,7 @@ foreach ($variables as $name => $type) { } // Get guids -$videolist_guid = (int)get_input('videolist_guid'); +$video_guid = (int)get_input('video_guid'); $container_guid = (int)get_input('container_guid'); elgg_make_sticky_form('videolist'); -- cgit v1.2.3