summaryrefslogtreecommitdiff
path: root/forum/utils/calendar.php
diff options
context:
space:
mode:
Diffstat (limited to 'forum/utils/calendar.php')
-rw-r--r--forum/utils/calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/utils/calendar.php b/forum/utils/calendar.php
index 1592195..84ebe18 100644
--- a/forum/utils/calendar.php
+++ b/forum/utils/calendar.php
@@ -17,7 +17,7 @@ if($action=="addentry") {
$events->write();
notify("calendar", "New calendar entry:\n" . $title . "\n" . date("r", $time) . "\n" .
$description . "\n" .
- "http://www.executionroom.com/forum/?mode=calendar&date=" . $time);
+ $FORUM_URL . "/?mode=calendar&date=" . $time);
}
if($action=="edit") {