aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-29 15:19:54 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-29 15:19:54 +0200
commit29c9972b868468e3d37c8ed79a458288d3e35de0 (patch)
treeb5a39ad4300b2d7bbc7cadc413ccd72ced6696fb /include/channel.php
parent7033966bb860ce21220e21d8feefc574fa9f88a7 (diff)
downloadvolse-hubzilla-29c9972b868468e3d37c8ed79a458288d3e35de0.tar.gz
volse-hubzilla-29c9972b868468e3d37c8ed79a458288d3e35de0.tar.bz2
volse-hubzilla-29c9972b868468e3d37c8ed79a458288d3e35de0.zip
missing closing bracket and semicolon
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php
index 7ad4c6a4c..1bdd5a478 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -258,6 +258,7 @@ function create_identity($arr) {
'channel_expire_days' => intval($expire),
'channel_timezone' => App::$timezone
]
+ );
$r = q("select * from channel where channel_account_id = %d
and channel_guid = '%s' limit 1",