rabin 5 năm trước cách đây
mục cha
commit
3914730876
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -164,7 +164,7 @@ class Database
      */
     private function getUrlParam($key, $table, $suffix, $state, $project = '')
     {
-        $index = $key . '_' . $project . '_' . $table;
+        $index = md5($key . '_' . $project . '_' . $table . '_' . $suffix);
         if (isset($this->param[$index])) {
             return $this->param[$index];
         }