
8 Feb
2013
8 Feb
'13
9:04 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8b26dc534d80b22d85ece4cfb24bbcb71cd3936e https://github.com/phpmyadmin/phpmyadmin/commit/8b26dc534d80b22d85ece4cfb24b... Author: Michal Čihař <mcihar@suse.cz> Date: 2013-02-08 (Fri, 08 Feb 2013) Changed paths: M libraries/Error.class.php Log Message: ----------- Fix backtrace collected on error Since adding of another level of abstraction (addError), the handleError method stayed in the backtrace. This lead to non useful backtraces and explosion of session data size as handleError gets GLOBALS as one of argument in case of user errors.