summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-12 15:10:34 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-12 15:10:34 -0700
commitc026da85cdbac9e9566045f8de2718cae985f0ec (patch)
treef95a521599d3f5f6c64d28a0c8831b52fdff770a /modules/gallery/helpers/gallery_event.php
parentb61b50604bfffc25a395df3a1aedf84d3c557ff4 (diff)
Use "continue_url" instead of "continue" for consistency with the
reauth code.
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r--modules/gallery/helpers/gallery_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index 1b688843..55db47ce 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -171,7 +171,7 @@ class gallery_event_Core {
$menu->append(Menu::factory("link")
->id("user_menu_logout")
->css_id("g-logout-link")
- ->url(url::site("logout?csrf=$csrf&amp;continue=" .
+ ->url(url::site("logout?csrf=$csrf&amp;continue_url=" .
urlencode($continue_url)))
->label(t("Logout")));
}