MantisBT: master 00626687

Author Committer Branch Timestamp Parent
fbruneau dregad master 2021-09-01 07:55 master 4d95c7f8
Affected Issues  0029034: SOAP call mc_project_get_id_from_name fails when there is no matching project in PHP 7.2
Changeset

Fix PHP warning when calling count() on bool value

PHP Warning: Uncaught TypeError: count(): Argument 0000001 ($value) must be
of type Countable|array, bool given in DbQuery.class.php:860

Occurs when calling DbQuery::value() on a query that executes
successfully but does not return any rows.

Fixes 0029034, PR https://github.com/mantisbt/mantisbt/pull/1779

Signed-off-by: Damien Regad dregad@mantisbt.org

mod - core/classes/DbQuery.class.php Diff File