MantisBT: master-2.25 52b84403

Author Committer Branch Timestamp Parent
fbruneau dregad master-2.25 2021-09-01 07:55 master-2.25 b5c33330
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
(cherry picked from commit 00626687cdfc64dad798d61c8036e6199c0efc0b)

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