summaryrefslogtreecommitdiff
path: root/modules/organize/helpers/organize_event.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/helpers/organize_event.php')
-rw-r--r--modules/organize/helpers/organize_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize_event.php b/modules/organize/helpers/organize_event.php
index 887d9c2d..7d6b3e24 100644
--- a/modules/organize/helpers/organize_event.php
+++ b/modules/organize/helpers/organize_event.php
@@ -27,7 +27,7 @@ class organize_event_Core {
->id("organize")
->label(t("Organize Album"))
->css_id("gOrganizeLink")
- ->url(url::site("organize/index/{$item->id}")));
+ ->url(url::site("organize/dialog/{$item->id}")));
}
}
}