missing comma in atoken update sql
This commit is contained in:
parent
c4fd0af16d
commit
0febfce268
@ -145,7 +145,7 @@ class Settings extends \Zotlabs\Web\Controller {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if($atoken_id) {
|
if($atoken_id) {
|
||||||
$r = q("update atoken set atoken_name = '%s', atoken_token = '%s' atoken_expires = '%s'
|
$r = q("update atoken set atoken_name = '%s', atoken_token = '%s', atoken_expires = '%s'
|
||||||
where atoken_id = %d and atoken_uid = %d",
|
where atoken_id = %d and atoken_uid = %d",
|
||||||
dbesc($name),
|
dbesc($name),
|
||||||
dbesc($token),
|
dbesc($token),
|
||||||
|
Reference in New Issue
Block a user