@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | * Icons that are default with ElkArte |
| 42 | 42 | * @var array |
| 43 | 43 | */ |
| 44 | - protected $_stable_icons = array(); |
|
| 44 | + protected $_stable_icons = array(); |
|
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * Icons to load in addition to the default |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | $this->_loadStableIcons(); |
| 72 | 72 | |
| 73 | 73 | // Merge in additional ones |
| 74 | - $custom_icons = array_map(function($element) { |
|
| 74 | + $custom_icons = array_map(function ($element) { |
|
| 75 | 75 | return $element['first_icon']; |
| 76 | 76 | }, $custom); |
| 77 | 77 | $this->_stable_icons = array_merge($this->_stable_icons, $custom_icons); |