mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
Adhere feedback
- rename hooks.config.php to strategies.config.php - change all corresponding classes and tests
This commit is contained in:
parent
e659a03140
commit
cba656383e
12 changed files with 72 additions and 121 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue