fix typo found/fixed by jaytraxx

This commit is contained in:
Klaus Leithoff 2011-01-10 10:16:18 +00:00
parent cdae6fcd66
commit 33303117e7

View File

@ -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);
}
/**