aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-29 19:10:07 -0700
committerfriendica <info@friendica.com>2012-04-29 19:10:07 -0700
commit0153d86b7f4e2913b1eb985a905f7eb94822b589 (patch)
tree2f9cc629b8c7dadd3c728e6b33c7823ab09a2c01 /boot.php
parente3fecb2557ad0ac2f156f9583683f7c9d998e212 (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index aefc694e6..733d94b1e 100644
--- a/boot.php
+++ b/boot.php
@@ -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");