This commit is contained in:
Philipp Holzer 2019-12-27 23:51:17 +01:00
parent eeb78d2d29
commit 12e223b2ef
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -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;