Skip to content

Commit

Permalink
My IDE autoformatting doesn't like that we still support PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed May 21, 2017
1 parent dcc4102 commit 6823e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/plugin/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static function isEnabled($type, $plugin = null)
*/
public static function importPlugin($type, $plugin = null, $autocreate = true, JEventDispatcher $dispatcher = null)
{
static $loaded = [];
static $loaded = array();

// Check for the default args, if so we can optimise cheaply
$defaults = false;
Expand Down

0 comments on commit 6823e49

Please sign in to comment.