mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed typo (did not validate but should be a typo)
This commit is contained in:
parent
5507c32e4e
commit
52133ffd54
@ -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