From: martin Date: Tue, 6 Aug 2002 17:41:43 +0000 (+0000) Subject: Whoops ... typo in save_session X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1fee73fe6fb7a67bad4fb4fa944c47412b52c6a0;p=moodle.git Whoops ... typo in save_session --- diff --git a/index.php b/index.php index 47afd3e69e..1f4693ab14 100644 --- a/index.php +++ b/index.php @@ -91,7 +91,7 @@ if (isset($USER->id)) { $SESSION->fromdiscussion = "$CFG->wwwroot"; - save_session($SESSION); + save_session("SESSION"); if (forum_is_subscribed($USER->id, $newsforum->id)) { $subtext = get_string("unsubscribe", "forum"); } else {