From a7d906830079f343189d708d57b9bb879f07afde Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Tue, 16 Sep 2008 17:25:27 +0000 Subject: [PATCH] MDL-15758: fixing up mod/chat supported formats --- mod/chat/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/chat/lib.php b/mod/chat/lib.php index 03e34dc5e2..9189a8294f 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -863,7 +863,7 @@ class chat_portfolio_caller extends portfolio_module_caller_base { ); } - public static function supported_formats($caller) { + public static function supported_formats() { return array(PORTFOLIO_FORMAT_HTML); } -- 2.39.5