]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Error handling cleanup on backup/restore:
authorBrion Vibber <brion@pobox.com>
Wed, 22 Dec 2010 19:13:57 +0000 (11:13 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 22 Dec 2010 19:13:57 +0000 (11:13 -0800)
commit754bc1b6164b82109acd14d70b295291f40d07c7
treebdd48ab7326be7a0ab37269edce8e13e62ac3f1c
parent5abd2b7d0c5565ee842969cd5205c9b428efbb6c
Error handling cleanup on backup/restore:
* avoid PHP notice from using wrong variable
* show a visible error instead of blank screen if no file submitted with restore form
* avoid PHP strict warning from using calling "non-static" DOMDocument::loadXML statically
* suppress PHP warning from XML parse errors
actions/restoreaccount.php