aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-11-19 11:10:36 +0100
committerMario Vavti <mario@mariovavti.com>2018-11-19 11:10:36 +0100
commitba4b1cb5afae9cb219053d7193bf064f12fd0a94 (patch)
tree487f845305fa2f3337128dca0f261d58f94c36b0
parent5cb4cdaa5e42f87e9d26501150d6d689b56a1cd2 (diff)
parent7be1d9e45aa054a7ffa79220f24db95c006e44e8 (diff)
downloadvolse-hubzilla-ba4b1cb5afae9cb219053d7193bf064f12fd0a94.tar.gz
volse-hubzilla-ba4b1cb5afae9cb219053d7193bf064f12fd0a94.tar.bz2
volse-hubzilla-ba4b1cb5afae9cb219053d7193bf064f12fd0a94.zip
Merge branch 'master' of https://framagit.org/hubzilla/core
-rwxr-xr-xinclude/items.php2
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();