fix #8131 - chinese translations
[Pman.Core] / RunGenerator.php
index a5b3e99..3911255 100644 (file)
@@ -56,13 +56,13 @@ class Pman_Core_RunGenerator extends Pman
         parent::getAuth(); // load company!
         $au = $this->getAuthUser();
         if (!$au || $au->company()->comptype != 'OWNER') {
-            $this->jerr("Not authenticated", array('authFailure' => true));
+            $this->jerror("LOGIN-NOAUTH", "Not authenticated", array('authFailure' => true));
         }
         $this->authUser = $au;
         return true;
     }
      
-    function get($args, $opts)
+    function get($args, $opts=array())
     {
         //print_r($opts);exit;
         if (empty($opts['noupdate'])) {