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

This commit is contained in:
2020-04-23 23:19:14 +02:00
parent e83319635a
commit 477609886a

View File

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