diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-29 16:11:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-29 16:11:50 -0700 |
commit | 2d4f84563b8832d2a5996e7ee59a3123f998c433 (patch) | |
tree | d6a220cfdf5db2eac2c2513ab41b629e4fe2ddfa /Zotlabs/Widget/Conversations.php | |
parent | ad3a3273660600be7932229a7af0293c1f04e28b (diff) | |
parent | 3b6a0d8e5cb787bace27aee67f7ae0f4130e3132 (diff) | |
download | volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.tar.gz volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.tar.bz2 volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs/Widget/Conversations.php')
-rw-r--r-- | Zotlabs/Widget/Conversations.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Conversations.php b/Zotlabs/Widget/Conversations.php index c1f1eff16..ee9c6d2b0 100644 --- a/Zotlabs/Widget/Conversations.php +++ b/Zotlabs/Widget/Conversations.php @@ -71,4 +71,6 @@ class Conversations { } return $o; } -}
\ No newline at end of file + +} + |