diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-10 09:40:02 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-10 09:40:02 +0200 |
commit | d1c7e789902a09b1ebdd9ae2e388a18f92467e43 (patch) | |
tree | 49ea423e4a22e5516431aa12d8bf6f7679bede33 /Zotlabs/Lib/ThreadStream.php | |
parent | 09da109ebaf1b5f287db7065eaee5026b0a88eb1 (diff) | |
parent | 0a96cdd950f30974fe0fecf60b214701673dad86 (diff) | |
download | volse-hubzilla-d1c7e789902a09b1ebdd9ae2e388a18f92467e43.tar.gz volse-hubzilla-d1c7e789902a09b1ebdd9ae2e388a18f92467e43.tar.bz2 volse-hubzilla-d1c7e789902a09b1ebdd9ae2e388a18f92467e43.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Lib/ThreadStream.php')
-rw-r--r-- | Zotlabs/Lib/ThreadStream.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/ThreadStream.php b/Zotlabs/Lib/ThreadStream.php index 1fd746c38..35ccf4fdb 100644 --- a/Zotlabs/Lib/ThreadStream.php +++ b/Zotlabs/Lib/ThreadStream.php @@ -18,6 +18,7 @@ class ThreadStream { private $observer = null; private $writable = false; private $commentable = false; + private $uploadable = false; private $profile_owner = 0; private $preview = false; private $prepared_item = ''; |