diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:06:04 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:06:04 +0100 |
commit | 9e746b504fd0f1367cce6353ac51f71327d8fb75 (patch) | |
tree | a86bf9534cbb2ac6c497cf1874697350a387fd9e /include/acl_selectors.php | |
parent | 53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1 (diff) | |
parent | 97723ad69f71c716bd0e68eec95944b5469008ec (diff) | |
download | volse-hubzilla-9e746b504fd0f1367cce6353ac51f71327d8fb75.tar.gz volse-hubzilla-9e746b504fd0f1367cce6353ac51f71327d8fb75.tar.bz2 volse-hubzilla-9e746b504fd0f1367cce6353ac51f71327d8fb75.zip |
Merge branch 'master' of github.com:fabrixxm/friendika
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 953243a43..94f51a9ff 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -44,6 +44,8 @@ function group_select($selname,$selclass,$preselected = false,$size = 4) { function contact_select($selname, $selclass, $preselected = false, $size = 4, $privmail = false, $celeb = false, $privatenet = false) { + $a = get_app(); + $o = ''; // When used for private messages, we limit correspondence to mutual friends and the selector |