Fix accent sensitivity in autocompletion
[platal.git] / classes / mmlist.php
index b70fcbf..0e74f09 100644 (file)
@@ -30,12 +30,7 @@ class MMList extends XmlrpcClient
         parent::__construct($url);
         if ($globals->debug & DEBUG_BT) {
             $this->bt = new PlBacktrace('MMList');
-        }   
-    }
-
-    public function __call($method, $args)
-    {
-        return parent::__call($method, $args);
+        }
     }
 }