* Fix order in dmdb.

This commit is contained in:
朱金勇
2023-04-10 03:13:24 +00:00
parent 9bc7941349
commit 75a3485f47
7 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -919,7 +919,7 @@ class bug extends control
$projects = $this->loadModel('product')->getProjectPairsByProduct($productID, $bug->branch);
$this->session->set("project", key($projects), 'project');
$this->executeHooks($bugID);
/* Header and positon. */