X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fmaintenance.php;h=9c9fc4f19d95404569c10e751fa6173f31a6f257;hb=06815f1a38409e45b0c5e5184c081f964ec89e47;hp=40634e0d89de1d33dee9bd95f7d7d353525721a7;hpb=1c38540f20b3207a0fd09ef0802125e45e83bcf6;p=friendica.git diff --git a/util/maintenance.php b/util/maintenance.php index 40634e0d89..9c9fc4f19d 100644 --- a/util/maintenance.php +++ b/util/maintenance.php @@ -24,7 +24,7 @@ if ($argc > 1) { Config::set('system', 'maintenance', $maint_mode); -if ($maint_mode AND ($argc > 2)) { +if ($maint_mode && ($argc > 2)) { $reason_arr = $argv; array_shift($reason_arr); array_shift($reason_arr);