X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=adc9fab166f12a40a2a4a00c802b42c0dfaf69f2;hb=071b1c038addc94178eff22a47f0bf126b4a9d28;hp=2258fc5ce29337029df97a8fe60389d0659cc5f0;hpb=86cae070f2a048e553c545caec54be72c1c14da5;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index 2258fc5ce2..adc9fab166 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -17,8 +17,8 @@ function maintenance_content(App $a) { header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 600'); - return replace_macros(get_markup_template('maintenance.tpl'), array( + return replace_macros(get_markup_template('maintenance.tpl'), [ '$sysdown' => t('System down for maintenance'), '$reason' => $reason - )); + ]); }