Selaa lähdekoodia

Merge pull request #2417 from chamilo/flintci-3372

Applied fixes from FlintCI
Julio Montoya 7 vuotta sitten
vanhempi
commit
f83e42a078
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      plugin/dictionary/DictionaryPlugin.php

+ 2 - 2
plugin/dictionary/DictionaryPlugin.php

@@ -8,9 +8,9 @@ class DictionaryPlugin extends Plugin
         parent::__construct(
             '1.0',
             'Julio Montoya',
-            array(
+            [
                 'enable_plugin_dictionary' => 'boolean'
-            )
+            ]
         );
     }