mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
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