Browse Source
Fix duplicate bot formatting
Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/10181/head
jld3103
2 years ago
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
1 changed files with
1 additions and
1 deletions
-
lib/Controller/BotController.php
|
|
@ -265,7 +265,7 @@ class BotController extends AEnvironmentAwareController { |
|
|
|
foreach ($bots as $bot) { |
|
|
|
$botData = $this->formatBot($bot, in_array($bot->getId(), $alreadyInstalled, true)); |
|
|
|
if ($botData !== null) { |
|
|
|
$data[] = $this->formatBot($bot, in_array($bot->getId(), $alreadyInstalled, true)); |
|
|
|
$data[] = $botData; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|