From 1fee73fe6fb7a67bad4fb4fa944c47412b52c6a0 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 6 Aug 2002 17:41:43 +0000 Subject: [PATCH] Whoops ... typo in save_session --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5