From 5bb794cc2852f3a53526b15dcd610a002ce86563 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Nov 2014 18:22:19 -0800 Subject: allow directory searches to be filtered by (public forums) and/or (! public forums) --- include/attach.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/attach.php') 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); -- cgit v1.2.3