mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Add missing use statements in modules classes
This commit is contained in:
parent
d2da2492b7
commit
47d9f91009
5 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ class HCard extends BaseModule
|
|||
{
|
||||
protected function content(array $request = []): string
|
||||
{
|
||||
if ((Session::getLocalUser()) && ($this->parameters['action'] ?? '') === 'view') {
|
||||
if (Session::getLocalUser() && ($this->parameters['action'] ?? '') === 'view') {
|
||||
// A logged in user views a profile of a user
|
||||
$nickname = DI::app()->getLoggedInUserNickname();
|
||||
} elseif (empty($this->parameters['action'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue