summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/album.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-31 18:32:24 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-31 18:32:24 -0800
commitee1a032e4dec8dcb85702ac2c30807345feaa7e6 (patch)
treed487969c510ebf301bd994ef86dc23ae569d04e8 /modules/gallery/helpers/album.php
parent40d496edeef614f7f3bc55d2fb178ea581dcd9f6 (diff)
parent25f936e1edc8c47a789b423b9cadbe071a65256d (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers/album.php')
-rw-r--r--modules/gallery/helpers/album.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/album.php b/modules/gallery/helpers/album.php
index da42bf28..feaf74cc 100644
--- a/modules/gallery/helpers/album.php
+++ b/modules/gallery/helpers/album.php
@@ -115,6 +115,7 @@ class album_Core {
static function get_edit_form($parent) {
$form = new Forge("albums/update/{$parent->id}", "", "post", array("id" => "g-edit-album-form"));
+ $form->hidden("from_id");
$group = $form->group("edit_item")->label(t("Edit Album"));
$group->input("title")->label(t("Title"))->value($parent->title);