magic auth issues
This commit is contained in:
@@ -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'])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user