gak one more typo

This commit is contained in:
redmatrix 2016-07-07 18:53:09 -07:00
parent 3b17dca252
commit ee1ec0428b

View file

@ -842,7 +842,7 @@ class Item extends \Zotlabs\Web\Controller {
$z = q("select created from item where uid = %d and created > %s - INTERVAL %s and body = '%s' limit 1",
intval($profile_uid),
dbutcnow(),
db_utcnow(),
db_quoteinterval('2 MINUTE'),
dbesc($body)
);