1
0

fix UpdatesLog

This commit is contained in:
Mike Schwörer 2020-01-18 12:50:46 +01:00
parent e76d5314f7
commit 86648149e5
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class UpdatesLog
private function load()
{
$all = require (__DIR__ . '/../../statics/blog/__all.php');
$all = require (__DIR__ . '/../../statics/updates/__all.php');
$this->staticData = array_map(function($a){return self::readSingle($a);}, $all);
}