* Migrate changes from 18.x to master.

This commit is contained in:
朱金勇
2023-10-12 08:42:59 +00:00
parent 29015e48aa
commit 6948740e1d
21 changed files with 212 additions and 74 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ class bugTest
public function updateObject($bugID, $param = array())
{
global $tester;
$object = $tester->dbh->query("SELECT * FROM " . TABLE_BUG ." WHERE id = $bugID")->fetch();
$object = $tester->app->dbQuery("SELECT * FROM " . TABLE_BUG ." WHERE id = $bugID")->fetch();
$bug = new stdclass();
foreach($object as $field => $value)