Remove references to include/acl_selectors
This commit is contained in:
parent
207eac4a16
commit
09c717d751
15 changed files with 0 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue