diff options
Diffstat (limited to 'Zotlabs/Update/_1216.php')
-rw-r--r-- | Zotlabs/Update/_1216.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Update/_1216.php b/Zotlabs/Update/_1216.php index 843567633..69f2be15a 100644 --- a/Zotlabs/Update/_1216.php +++ b/Zotlabs/Update/_1216.php @@ -2,11 +2,11 @@ namespace Zotlabs\Update; -class _1215 { +class _1216 { function run() { - $r = q("UPDATE xchan set xchan_name = 'unknown' where xchan_name like '%<%' "); + $r = dbq("UPDATE xchan set xchan_name = 'unknown' where xchan_name like '%<%' "); if($r) { return UPDATE_SUCCESS; |