]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Conversation/Community.php
Update function / rearrange tab order
[friendica.git] / src / Module / Conversation / Community.php
index 3c3bbb8a836d5a8e9d19c526045744aecbf6aa36..9772248428e4bb404177ff2dc8c5c1d0adb60a70 100644 (file)
@@ -137,6 +137,7 @@ class Community extends BaseModule
                                        '$no_sharer'       => !empty($_REQUEST['no_sharer']),
                                        '$all'             => DI::l10n()->t('Include'),
                                        '$no_sharer_label' => DI::l10n()->t('Hide'),
+                                       '$base'            => 'community',
                                ]);
                        }
 
@@ -245,8 +246,8 @@ class Community extends BaseModule
                }
 
                self::$min_id = $_GET['min_id'] ?? null;
-               self::$max_id   = $_GET['max_id']   ?? null;
-               self::$max_id   = $_GET['last_commented'] ?? self::$max_id;
+               self::$max_id = $_GET['max_id'] ?? null;
+               self::$max_id = $_GET['last_commented'] ?? self::$max_id;
        }
 
        /**