diff options
author | friendica <info@friendica.com> | 2012-04-29 19:10:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-29 19:10:07 -0700 |
commit | 0153d86b7f4e2913b1eb985a905f7eb94822b589 (patch) | |
tree | 2f9cc629b8c7dadd3c728e6b33c7823ab09a2c01 /boot.php | |
parent | e3fecb2557ad0ac2f156f9583683f7c9d998e212 (diff) | |
download | volse-hubzilla-0153d86b7f4e2913b1eb985a905f7eb94822b589.tar.gz volse-hubzilla-0153d86b7f4e2913b1eb985a905f7eb94822b589.tar.bz2 volse-hubzilla-0153d86b7f4e2913b1eb985a905f7eb94822b589.zip |
admin page to manage failed updates
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |