aboutsummaryrefslogtreecommitdiff
path: root/pages/videolist
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-11-12 01:38:03 +0100
committerSem <sembrestels@riseup.net>2011-11-12 01:38:03 +0100
commit27cfe71b0bb0e4b18b119a7ba17a449771a065b3 (patch)
treea460cd70409cdb9430c756dac3b74d8f8ba0833c /pages/videolist
parent89c298b5359333d048fc96bed8e33040fa243a51 (diff)
parent4585e371857636c1dece9978fba65d978a3afc78 (diff)
downloadelgg-27cfe71b0bb0e4b18b119a7ba17a449771a065b3.tar.gz
elgg-27cfe71b0bb0e4b18b119a7ba17a449771a065b3.tar.bz2
Merge branch 'lorea-1.8' of github.com:lorea/videolist into elgg-videolist
Diffstat (limited to 'pages/videolist')
-rw-r--r--pages/videolist/edit.php1
1 files changed, 1 insertions, 0 deletions
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);