This commit is contained in:
zotlabs 2017-10-09 15:51:30 -07:00
parent d636ff586d
commit 89aa9a80c4

View file

@ -458,7 +458,7 @@ class Comanche {
}
if(! purify_filename($name))
return ''
return '';
$clsname = ucfirst($name);
$nsname = "\\Zotlabs\\Widget\\" . $clsname;