imrproved mxinfo
This commit is contained in:
committed by
Steffen Schröder
parent
10fe4c3e7e
commit
49faf10d78
@ -78,7 +78,7 @@ class IconManager implements CallbackListener {
|
||||
* @return string
|
||||
*/
|
||||
public function getIcon($iconName) {
|
||||
if(!isset($this->icons[$iconName])) {
|
||||
if (!isset($this->icons[$iconName])) {
|
||||
return null;
|
||||
}
|
||||
return $this->icons[$iconName];
|
||||
|
Reference in New Issue
Block a user