Use OC instead of oc to show alert at an error.

Related to #4001
This commit is contained in:
kondou 2013-07-10 04:28:54 +02:00
parent 7ec6f3bde9
commit efb707a431
1 changed files with 1 additions and 1 deletions

View File

@ -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'));
}
}
});