mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Dedicated circle name for groups
This commit is contained in:
parent
9f9898d47a
commit
e562dbd59c
9 changed files with 274 additions and 234 deletions
|
@ -305,9 +305,9 @@ class Network extends BaseModule
|
|||
|
||||
protected function parseRequest(array $get)
|
||||
{
|
||||
self::$circleId = $this->parameters['circle_id'] ?? 0;
|
||||
self::$circleId = (int)($this->parameters['circle_id'] ?? 0);
|
||||
|
||||
self::$groupContactId = $this->parameters['contact_id'] ?? 0;
|
||||
self::$groupContactId = (int)($this->parameters['contact_id'] ?? 0);
|
||||
|
||||
self::$selectedTab = self::getTimelineOrderBySession(DI::userSession(), DI::pConfig());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue