MantisBT: master 320fecc5

Author Committer Branch Timestamp Parent
dregad dregad master 2015-11-24 12:58 master 37ccbe49
Affected Issues  0020326: PHP notice when converting tokens from php seralized to json
Changeset

Suppress unserialize() errors when converting tokens to json

install_check_token_serialization() converts existing tokens from php
serialization to json.

It may happen that the DB already contains tokens in json format, in
which case depending on error settings, a PHP notice can be shown to the
user which is confusing because the upgrade step's status is GOOD and
the upgrade completes successfully.

Fixes 0020326

mod - core/install_helper_functions_api.php Diff File