diff options
author | friendica <info@friendica.com> | 2014-11-23 18:22:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-23 18:22:19 -0800 |
commit | 5bb794cc2852f3a53526b15dcd610a002ce86563 (patch) | |
tree | 9988b1d33132d566c529f00663c3abdc9be8f740 /include/attach.php | |
parent | 746e4860faae897ef1a5a2bc6c4378454dac33ab (diff) | |
download | volse-hubzilla-5bb794cc2852f3a53526b15dcd610a002ce86563.tar.gz volse-hubzilla-5bb794cc2852f3a53526b15dcd610a002ce86563.tar.bz2 volse-hubzilla-5bb794cc2852f3a53526b15dcd610a002ce86563.zip |
allow directory searches to be filtered by (public forums) and/or (! public forums)
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php index 8541c142c..ad6ca1b21 100644 --- a/include/attach.php +++ b/include/attach.php @@ -567,6 +567,7 @@ function z_readdir($channel_id, $observer_hash, $pathname, $parent_hash = '') { * $arr['deny_cid'] * $arr['deny_gid'] */ + function attach_mkdir($channel, $observer_hash, $arr = null) { $ret = array('success' => false); |