allow directory searches to be filtered by (public forums) and/or (! public forums)

This commit is contained in:
friendica
2014-11-23 18:22:19 -08:00
parent 746e4860fa
commit 5bb794cc28
3 changed files with 18 additions and 3 deletions

View File

@@ -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);