fix UpdatesLog
This commit is contained in:
parent
e76d5314f7
commit
86648149e5
@ -16,7 +16,7 @@ class UpdatesLog
|
|||||||
|
|
||||||
private function load()
|
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);
|
$this->staticData = array_map(function($a){return self::readSingle($a);}, $all);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user