fix
This commit is contained in:
parent
eeb78d2d29
commit
12e223b2ef
|
@ -31,7 +31,7 @@ class HoverCard extends BaseModule
|
||||||
$profile = $parameters['profile'];
|
$profile = $parameters['profile'];
|
||||||
|
|
||||||
// Show the profile hovercard
|
// Show the profile hovercard
|
||||||
} elseif ($args->getArgc() < 2) {
|
} elseif ($args->getArgc() == 2) {
|
||||||
$nickname = $parameters['profile'];
|
$nickname = $parameters['profile'];
|
||||||
$profile = 0;
|
$profile = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue