forked from friendica/friendica-addons
[pageheader] code cleanup
This commit is contained in:
parent
979f12e51e
commit
8e902c2fe0
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in a new issue