Report/SendEventErrors.php
[Pman.Admin] / Translations.php
index 1374db3..a9ce759 100644 (file)
@@ -41,7 +41,7 @@ class Pman_Admin_Translations extends Pman
     }
     
     
-    function get($module)
+    function get($module, $opts = Array())
     {
         
         if (!empty($module)) {
@@ -129,7 +129,7 @@ class Pman_Admin_Translations extends Pman
         
     }
     
-    function post() 
+    function post($v
     {