diff options
author | zotlabs <mike@macgirvin.com> | 2019-10-04 14:31:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-10-04 14:31:21 -0700 |
commit | 2d08e0955a328fa53f373949f58995ca2a8b736a (patch) | |
tree | 8390a309739ad1e6072633cb4f4b17ff2d88db23 | |
parent | baffa969d387367a3270fa234f2cd3935e82e85d (diff) | |
parent | b9dec84489fc90cb43ac9c219c77eb82f52d857b (diff) | |
download | volse-hubzilla-2d08e0955a328fa53f373949f58995ca2a8b736a.tar.gz volse-hubzilla-2d08e0955a328fa53f373949f58995ca2a8b736a.tar.bz2 volse-hubzilla-2d08e0955a328fa53f373949f58995ca2a8b736a.zip |
Merge branch 'dev' of https://framagit.org/zot/core into dev
-rw-r--r-- | Zotlabs/Lib/Activity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 17bf4bfb0..b869c55b5 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -202,6 +202,7 @@ class Activity { $ev = bbtoevent($x['content']); if($ev) { + if (! $ev['timezone']) { $ev['timezone'] = 'UTC'; } |