Remove references to include/acl_selectors

This commit is contained in:
Hypolite Petovan 2018-02-25 20:08:33 -05:00
commit 09c717d751
15 changed files with 0 additions and 20 deletions

View file

@ -1000,8 +1000,6 @@ function settings_content(App $a)
* ACCOUNT SETTINGS
*/
require_once('include/acl_selectors.php');
$profile = dba::selectFirst('profile', [], ['is-default' => true, 'uid' => local_user()]);
if (!DBM::is_result($profile)) {
notice(L10n::t('Unable to find your profile. Please contact your admin.') . EOL);