From: mjollnir_ <mjollnir_>
Date: Tue, 16 Sep 2008 17:25:27 +0000 (+0000)
Subject: MDL-15758: fixing up mod/chat supported formats
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a7d906830079f343189d708d57b9bb879f07afde;p=moodle.git

MDL-15758: fixing up mod/chat supported formats
---

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);
     }