diff options
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 1 |
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", |