Fixed gh-541 that the target client value for admin area is correctly set as administrator.

This commit is contained in:
Llewellyn van der Merwe 2020-04-23 23:19:14 +02:00
parent e83319635a
commit 477609886a
No known key found for this signature in database
GPG Key ID: 8A8F406BA7238C4E
1 changed files with 1 additions and 1 deletions

View File

@ -8165,7 +8165,7 @@ class Get
// set target client
if ($module->target == 2)
{
$module->target_client = 'admin';
$module->target_client = 'administrator';
}
else
{