Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 20d5ff8

Browse files
committed
„core/Config.php“ ändern
1 parent 906abc5 commit 20d5ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static function getRecordStatus() : bool {
8080
$c = self::getStorageReader('config');
8181
ReaderManager::addReader($c);
8282
if( !self::$statusSetup && !$c->isValue(['status']) ){
83-
$s->setValue(['status'], true);
83+
$c->setValue(['status'], true);
8484
self::$statusSetup = true;
8585
}
8686
return $c->getValue(['status']);

0 commit comments

Comments
 (0)