]> git.mxchange.org Git - friendica-addons.git/commitdiff
[pageheader] code cleanup
authorPhilipp Holzer <admin@philipp.info>
Tue, 26 Feb 2019 14:47:58 +0000 (15:47 +0100)
committerPhilipp Holzer <admin@philipp.info>
Tue, 26 Feb 2019 14:47:58 +0000 (15:47 +0100)
pageheader/pageheader.php

index 473c5e66c5e89964a23f88a7c8b66375b9779c61..922f557c4e47a560e3158f0d864f017d47b9584d 100644 (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;
 
        if(!empty($_POST['pageheader-submit'])) {