imrproved mxinfo

This commit is contained in:
kremsy
2014-01-28 15:56:50 +01:00
committed by Steffen Schröder
parent 10fe4c3e7e
commit 49faf10d78
8 changed files with 149 additions and 447 deletions

View File

@ -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];