mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
fix
This commit is contained in:
parent
eeb78d2d29
commit
12e223b2ef
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class HoverCard extends BaseModule
|
|||
$profile = $parameters['profile'];
|
||||
|
||||
// Show the profile hovercard
|
||||
} elseif ($args->getArgc() < 2) {
|
||||
} elseif ($args->getArgc() == 2) {
|
||||
$nickname = $parameters['profile'];
|
||||
$profile = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue