magic auth issues

This commit is contained in:
friendica
2013-11-17 23:12:34 -08:00
parent f8b07e1935
commit dd6c64f95a
3 changed files with 5 additions and 5 deletions

View File

@@ -1783,7 +1783,7 @@ function item_store($arr,$allow_exec = false) {
// update the commented timestamp on the parent
$z = q("select max(commented) as commented from item where parent_mid = '%s' and uid = %d ",
$z = q("select max(created) as commented from item where parent_mid = '%s' and uid = %d ",
dbesc($arr['parent_mid']),
intval($arr['uid'])
);