diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-31 16:59:43 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-31 16:59:43 +0200 |
commit | 9ec995dbf072eb3143cae2b11a89522577a005ff (patch) | |
tree | d28c345216ad4cc0831b456d3cec1573c59b29c8 /Zotlabs/Module/Sharedwithme.php | |
parent | 79a806f328e27269d13f26deb0acee7ad8560f7a (diff) | |
download | volse-hubzilla-9ec995dbf072eb3143cae2b11a89522577a005ff.tar.gz volse-hubzilla-9ec995dbf072eb3143cae2b11a89522577a005ff.tar.bz2 volse-hubzilla-9ec995dbf072eb3143cae2b11a89522577a005ff.zip |
improve file_activity() a little
Diffstat (limited to 'Zotlabs/Module/Sharedwithme.php')
-rw-r--r-- | Zotlabs/Module/Sharedwithme.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Zotlabs/Module/Sharedwithme.php b/Zotlabs/Module/Sharedwithme.php index 5d6d0f7da..2c97e9726 100644 --- a/Zotlabs/Module/Sharedwithme.php +++ b/Zotlabs/Module/Sharedwithme.php @@ -4,6 +4,11 @@ require_once('include/conversation.php'); require_once('include/text.php'); +/** + * @file Zotlabs/Module/Sharedwithme.php + * + */ + class Sharedwithme extends \Zotlabs\Web\Controller { function get() { |