missing closing bracket and semicolon
This commit is contained in:
parent
7033966bb8
commit
29c9972b86
@ -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",
|
||||
|
Reference in New Issue
Block a user