MantisBT: master 79baa9aa

Author Committer Branch Timestamp Parent
dregad dregad master 2013-07-22 21:56 master 62a1cd1b
Affected Issues  0016187: Application error on fresh install
Changeset

Fix 0016187: error caused by array_combine() with PHP<5.4

array_combine() function behavior was changed in PHP 5.4 [1]; in earlier
versions it would issue a warning and return false when working with
empty arrays, which then causes Mantis to trigger an application error.

This is a regression introduced by cc7703acc8d05f253d52a152a7d8cd0c1c43815d

[1] http://php.net/function.array-combine.php

mod - core/user_api.php Diff File