Skip to content
Snippets Groups Projects
Commit eed516c3 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #4002 from owncloud/use_OC_in_settings_js

[settings] Use OC instead of oc to show alert at an error.
parents 01c6ca94 efb707a4
Branches
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ var UserList = {
ready();
}
} else {
oc.dialogs.alert(result.data.message, t('settings', 'Unable to remove user'));
OC.dialogs.alert(result.data.message, t('settings', 'Unable to remove user'));
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment