]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for bug 1759:
authordefacer <defacer>
Sun, 22 Aug 2004 17:03:33 +0000 (17:03 +0000)
committerdefacer <defacer>
Sun, 22 Aug 2004 17:03:33 +0000 (17:03 +0000)
One notice in debug mode removed.

mod/chat/gui_header_js/chatinput.php

index 64793c93f0e6a822856dd0fc70a91897f34d4da4..c9e7b3514bb950fa0ba0c5f94bb269004936a476 100644 (file)
@@ -5,6 +5,7 @@ require("../lib.php");
 
 require_variable($chat_sid);
 optional_variable($groupid);
+optional_variable($chat_pretext, '');
 
 if (!$chatuser = get_record("chat_users", "sid", $chat_sid)) {
     echo "Not logged in!";