From 29c9972b868468e3d37c8ed79a458288d3e35de0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 29 Mar 2017 15:19:54 +0200 Subject: missing closing bracket and semicolon --- include/channel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/channel.php') 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", -- cgit v1.2.3