MantisBT: master 39d5f21c

Author Committer Branch Timestamp Parent
dregad dregad master 2023-08-17 12:00 master 770b990a
Affected Issues  0032832: Remove version_cache_row()'s 2nd parameter
Changeset

Throw Exception when unfound version is cached

Broken PHPUnit tests following e4b23f723464d01da12c1068c471779a6f386b2a.

version_cache_row()'s behavior was inconsistent for non-existing
versions, throwing an exception the first time around, and returning
false the second time (when the version is stored in the cache).

Fixes 0032832

mod - core/version_api.php Diff File