mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 21:23:40 +00:00
[pageheader] code cleanup
This commit is contained in:
parent
979f12e51e
commit
8e902c2fe0
1 changed files with 2 additions and 2 deletions
|
@ -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