fixed typo (did not validate but should be a typo)

This commit is contained in:
Christian Binder 2011-01-07 13:57:58 +00:00
parent 5507c32e4e
commit 52133ffd54

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