diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-12-01 19:44:29 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-01 19:44:29 -0800 |
| commit | c803cb29091d3b069077d7711a2485f75f274835 (patch) | |
| tree | f0ebcdacf6d749e6e2ebc47be4634a7eb13c2d5d /modules/gallery/controllers/admin_theme_options.php | |
| parent | 53df0df0a4f9d2d5369016a7e2ea983ffe202346 (diff) | |
| parent | 6fa880777cb3b61c0e380ebd5e7b83de55a8d6d4 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Diffstat (limited to 'modules/gallery/controllers/admin_theme_options.php')
| -rw-r--r-- | modules/gallery/controllers/admin_theme_options.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/controllers/admin_theme_options.php b/modules/gallery/controllers/admin_theme_options.php index 27a67bdb..9de54c78 100644 --- a/modules/gallery/controllers/admin_theme_options.php +++ b/modules/gallery/controllers/admin_theme_options.php @@ -58,6 +58,8 @@ class Admin_Theme_Options_Controller extends Admin_Controller { module::set_var("gallery", "footer_text", $form->edit_theme->footer_text->value); module::set_var("gallery", "show_credits", $form->edit_theme->show_credits->value); + module::event("theme_edit_form_completed", $form); + message::success(t("Updated theme details")); url::redirect("admin/theme_options"); } else { |
