dever 3 years ago
parent
commit
257d216465
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -166,7 +166,7 @@ class Database
     {
         $index = md5($key . '_' . $project . '_' . $table . '_' . $suffix . '_' . http_build_query($input));
         if (isset($this->param[$index])) {
-            return $this->param[$index];
+            //return $this->param[$index];
         }
         $param = '';
         $array = array('project', 'search', 'add', 'list', 'update', 'edit');