fix #8131 - chinese translations
[Pman.Core] / RunGenerator.php
index 7f3b65d..3911255 100644 (file)
@@ -56,16 +56,16 @@ 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['n'])) {
+        if (empty($opts['noupdate'])) {
             HTML_FlexyFramework::run('Core/UpdateDatabase');
         }