admin page to manage failed updates
This commit is contained in:
parent
e3fecb2557
commit
0153d86b7f
4 changed files with 83 additions and 3 deletions
2
boot.php
2
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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue