diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-11-19 11:10:36 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-11-19 11:10:36 +0100 |
commit | ba4b1cb5afae9cb219053d7193bf064f12fd0a94 (patch) | |
tree | 487f845305fa2f3337128dca0f261d58f94c36b0 /include | |
parent | 5cb4cdaa5e42f87e9d26501150d6d689b56a1cd2 (diff) | |
parent | 7be1d9e45aa054a7ffa79220f24db95c006e44e8 (diff) | |
download | volse-hubzilla-ba4b1cb5afae9cb219053d7193bf064f12fd0a94.tar.gz volse-hubzilla-ba4b1cb5afae9cb219053d7193bf064f12fd0a94.tar.bz2 volse-hubzilla-ba4b1cb5afae9cb219053d7193bf064f12fd0a94.zip |
Merge branch 'master' of https://framagit.org/hubzilla/core
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index cae380b01..d8a9e8e56 100755 --- a/include/items.php +++ b/include/items.php @@ -608,8 +608,6 @@ function get_item_elements($x,$allow_code = false) { $arr['created'] = datetime_convert('UTC','UTC',$x['created']); $arr['edited'] = datetime_convert('UTC','UTC',$x['edited']); - if($arr['created'] > datetime_convert()) - $arr['created'] = datetime_convert(); if($arr['edited'] > datetime_convert()) $arr['edited'] = datetime_convert(); |