forked from extern/egroupware
fix typo found/fixed by jaytraxx
This commit is contained in:
parent
cdae6fcd66
commit
33303117e7
@ -488,7 +488,7 @@ class boetemplate extends soetemplate
|
||||
*/
|
||||
public function widgetExists($type)
|
||||
{
|
||||
return isset(self::$types[$tpye]) || $this->haveExtension($type);
|
||||
return isset(self::$types[$type]) || $this->haveExtension($type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user