mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 04:53:28 +02:00
fix typo
This commit is contained in:
@@ -12,7 +12,7 @@ $deprecatedConfig = [
|
||||
'meta_description',
|
||||
'meta_keywords',
|
||||
'footer',
|
||||
'language',
|
||||
//'language',
|
||||
'visitors_counter',
|
||||
'visitors_counter_ttl',
|
||||
'views_counter',
|
||||
@@ -22,4 +22,4 @@ $deprecatedConfig = [
|
||||
|
||||
foreach ($deprecatedConfig as $value) {
|
||||
$config[$value] = $settings['core.'.$value]['value'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user