]> git.mxchange.org Git - friendica.git/commitdiff
Some little standard stuff
authorMichael <heluecht@pirati.ca>
Tue, 4 Apr 2017 05:39:43 +0000 (05:39 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 4 Apr 2017 05:39:43 +0000 (05:39 +0000)
mod/network.php

index 3d4a755a3744b70af5e10eded16340ad44d89fbf..5e94429b5c8a5b35d3997df62c9edaf99cefebc1 100644 (file)
@@ -84,7 +84,7 @@ function network_init(App $a) {
                        } else {
                                $remember_tab = false;
                        }
-               } elseif($sel_tabs[4] === 'active') {
+               } elseif ($sel_tabs[4] === 'active') {
                        // The '/new' tab is selected
                        $remember_group = false;
                }
@@ -842,7 +842,7 @@ function network_tabs(App $a) {
                );
        }
 
-       if(feature_enabled(local_user(),'new_tab')) {
+       if (feature_enabled(local_user(),'new_tab')) {
                $tabs[] = array(
                        'label' => t('New'),
                        'url'   => 'network/new' . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : ''),