diff options
author | friendica <info@friendica.com> | 2013-11-17 23:12:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-17 23:12:34 -0800 |
commit | dd6c64f95adc89895d4adf9ede8fbc8fdae41750 (patch) | |
tree | 72375b0869c4387518cd9b75949b81a29cd3f668 /include/items.php | |
parent | f8b07e1935dd6d035b7458141eca099a2445b077 (diff) | |
download | volse-hubzilla-dd6c64f95adc89895d4adf9ede8fbc8fdae41750.tar.gz volse-hubzilla-dd6c64f95adc89895d4adf9ede8fbc8fdae41750.tar.bz2 volse-hubzilla-dd6c64f95adc89895d4adf9ede8fbc8fdae41750.zip |
magic auth issues
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 7db22d0da..7e21b9c4d 100755 --- a/include/items.php +++ b/include/items.php @@ -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']) ); |