chmod 664 SpecialSearch.php
[lhc/web/wiklou.git] / includes / skins / QuickTemplate.php
index 905e537..af2d5da 100644 (file)
@@ -32,7 +32,7 @@ abstract class QuickTemplate {
         * @param Config $config
         */
        function __construct( Config $config = null ) {
-               $this->data = array();
+               $this->data = [];
                $this->translator = new MediaWikiI18N();
                if ( $config === null ) {
                        wfDebug( __METHOD__ . ' was called with no Config instance passed to it' );