Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-02-27 12:49:44 +01:00
parent bcf1d57456
commit 825705179c
5 changed files with 19 additions and 20 deletions

View File

@ -81,7 +81,6 @@ elseif ($query=="pro")
$file = array_pop($match); $file = array_pop($match);
if ($file=="") header('Location: ../../public/theme/common/nophoto.png'); if ($file=="") header('Location: ../../public/theme/common/nophoto.png');
else header('Location: '.$file); else header('Location: '.$file);
} }
else else
{ {