Adhere feedback
- rename hooks.config.php to strategies.config.php - change all corresponding classes and tests
This commit is contained in:
@@ -126,10 +126,10 @@ class Summary extends BaseAdmin
|
||||
}
|
||||
|
||||
// Check logfile permission
|
||||
if (($return = DI::loggCheck()->checkLogfile()) !== null) {
|
||||
if (($return = DI::logCheck()->checkLogfile()) !== null) {
|
||||
$warningtext[] = $return;
|
||||
}
|
||||
if (($return = DI::loggCheck()->checkDebugLogfile()) !== null) {
|
||||
if (($return = DI::logCheck()->checkDebugLogfile()) !== null) {
|
||||
$warningtext[] = $return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user