mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 03:06:04 +01:00
Typos in array
This commit is contained in:
parent
4b9619c9bb
commit
d41fdb1104
@ -146,9 +146,9 @@ class SelfTest
|
||||
$checks[] = [
|
||||
'title' => Yii::t('base', $title),
|
||||
'state' => 'OK'
|
||||
);
|
||||
];
|
||||
} else {
|
||||
$checks[] = array(
|
||||
$checks[] = [
|
||||
'title' => Yii::t('base', $title),
|
||||
'state' => 'ERROR',
|
||||
'hint' => 'Install FileInfo Extension'
|
||||
|
Loading…
x
Reference in New Issue
Block a user