Merge pull request #6973 from tobiasd/20190405-pleroma

beautification of pleroma stats
This commit is contained in:
Philipp 2019-04-05 07:20:34 +02:00 committed by GitHub
commit 9e8134f949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -680,6 +680,8 @@ function admin_page_federation(App $a)
do {
$part = array_pop($parts);
} while (!empty($parts) && ((strlen($part) >= 40) || (strlen($part) <= 3)));
// only take the x.x.x part of the version, not the "release" after the dash
$part = array_shift(explode('-', $part));
if (!empty($part)) {
if (empty($compacted[$part])) {