diff --git a/module/bug/control.php b/module/bug/control.php index 3ef280e98b..6c833dc497 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -690,7 +690,7 @@ class bug extends control public function ajaxGetModuleOwner($moduleID, $productID = 0) { if($moduleID) die($this->dao->findByID($moduleID)->from(TABLE_MODULE)->fetch('owner')); - die($this->dao->findByID($productID)->from(TABLE_PRODUCT)->fetch('bugOwner')); + die($this->dao->findByID($productID)->from(TABLE_PRODUCT)->fetch('QM')); } /**