1
0
Fork 0

admin page to manage failed updates

This commit is contained in:
friendica 2012-04-29 19:10:07 -07:00
commit 0153d86b7f
4 changed files with 83 additions and 3 deletions

View file

@ -667,7 +667,7 @@ if(! function_exists('check_config')) {
// call the specific update
$func = 'update_' . $x;
$retval = $func($a);
$retval = $func();
if($retval) {
//send the administrator an e-mail
$email_tpl = get_intltext_template("update_fail_eml.tpl");