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