[pageheader] code cleanup

This commit is contained in:
Philipp Holzer 2019-02-26 15:47:58 +01:00
parent 979f12e51e
commit 8e902c2fe0
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ function pageheader_addon_settings(&$a,&$s) {
} }
function pageheader_addon_settings_post(&$a,&$b) { function pageheader_addon_settings_post(&$a, &$b) {
if(! is_site_admin()) if(!is_site_admin())
return; return;
if(!empty($_POST['pageheader-submit'])) { if(!empty($_POST['pageheader-submit'])) {