X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fthemes.md;h=0d3c6eb3d6d0106a2e01d930123a8ca6cf557d76;hb=99c8fd36c06f1fa315675b841d6be3e78d1b560b;hp=add44c776bc5f130b6bc842891101e970de5dd9c;hpb=743f2e0391315d6945b5c53a4d08938ee85e6aed;p=friendica.git diff --git a/doc/themes.md b/doc/themes.md index add44c776b..0d3c6eb3d6 100644 --- a/doc/themes.md +++ b/doc/themes.md @@ -124,8 +124,9 @@ The selected 1st part will be saved in the database by the theme_post function. function theme_post(&$a){ // non local users shall not pass - if(! local_user()) + if (! local_user()) { return; + } // if the one specific submit button was pressed then proceed if (isset($_POST['duepuntozero-settings-submit'])){ // and save the selection key into the personal config of the user