Completed
Push — patch_1-1-4 ( 567711...ded5b7 )
by Emanuele
17s
created
sources/subs/MessageTopicIcons.class.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.