aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Render
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-09 15:51:30 -0700
committerzotlabs <mike@macgirvin.com>2017-10-09 15:51:30 -0700
commit89aa9a80c478bf83713138ee3a04130e8aa48fde (patch)
treef0afc86bfc77cb3d0c581332a2cee14dddc1d1ab /Zotlabs/Render
parentd636ff586d5f7e8d86a05a1e391b4501eb5f29f2 (diff)
downloadvolse-hubzilla-89aa9a80c478bf83713138ee3a04130e8aa48fde.tar.gz
volse-hubzilla-89aa9a80c478bf83713138ee3a04130e8aa48fde.tar.bz2
volse-hubzilla-89aa9a80c478bf83713138ee3a04130e8aa48fde.zip
typo
Diffstat (limited to 'Zotlabs/Render')
-rw-r--r--Zotlabs/Render/Comanche.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Render/Comanche.php b/Zotlabs/Render/Comanche.php
index 675282962..c787b19ae 100644
--- a/Zotlabs/Render/Comanche.php
+++ b/Zotlabs/Render/Comanche.php
@@ -458,7 +458,7 @@ class Comanche {
}
if(! purify_filename($name))
- return ''
+ return '';
$clsname = ucfirst($name);
$nsname = "\\Zotlabs\\Widget\\" . $clsname;