Skip to content

Commit

Permalink
Do not return app names multiple times
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Oct 3, 2017
1 parent d3b57d6 commit 39603fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/private/legacy/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ public static function getAllApps() {
}
}

$apps = array_unique($apps);

return $apps;
}

Expand Down

0 comments on commit 39603fe

Please sign in to comment.