diff options
author | Friendika <info@friendika.com> | 2011-04-20 05:51:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-20 05:51:02 -0700 |
commit | c0b7000a836b5abe6b1e5b9edfac30a75a4a1178 (patch) | |
tree | 85e8216cb5158a2be53204eacd8cbe7380c73206 /mod/profile.php | |
parent | e302741e49adc73150bcd3027de1fdb157600a9b (diff) | |
download | volse-hubzilla-c0b7000a836b5abe6b1e5b9edfac30a75a4a1178.tar.gz volse-hubzilla-c0b7000a836b5abe6b1e5b9edfac30a75a4a1178.tar.bz2 volse-hubzilla-c0b7000a836b5abe6b1e5b9edfac30a75a4a1178.zip |
missing acl selector after merge
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index eea6b92a5..dfa5649e0 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -51,7 +51,7 @@ function profile_content(&$a, $update = 0) { require_once("include/bbcode.php"); require_once('include/security.php'); require_once('include/conversation.php'); - + require_once('include/acl_selectors.php'); $groups = array(); $tab = 'posts'; |