Revision 2098
Added by darkviper over 11 years ago
| delete.inc.php | ||
|---|---|---|
| 26 | 26 |
{
|
| 27 | 27 |
$oDb = WbDatabase::getInstance(); |
| 28 | 28 |
$oLang = Translate::getInstance(); |
| 29 |
$oLang->enableAddon('admin\\groups');
|
|
| 30 |
|
|
| 29 | 31 |
// first check form-tan |
| 30 | 32 |
if (!$admin->checkFTAN() || $iGroupId <= 1) {
|
| 31 | 33 |
msgQueue::add($oLang->MESSAGE_GENERIC_SECURITY_OFFENSE ); |
Also available in: Unified diff
! activate class Translate for all addons in admin/ (except pages/)
! class.admin >> add translation of the current theme to Translate