From 477609886ab40557e0c95f22246334f846ed67fe Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Thu, 23 Apr 2020 23:19:14 +0200 Subject: [PATCH] Fixed gh-541 that the target client value for admin area is correctly set as administrator. --- admin/helpers/compiler/a_Get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/helpers/compiler/a_Get.php b/admin/helpers/compiler/a_Get.php index d308639cc..5c5e419bb 100644 --- a/admin/helpers/compiler/a_Get.php +++ b/admin/helpers/compiler/a_Get.php @@ -8165,7 +8165,7 @@ class Get // set target client if ($module->target == 2) { - $module->target_client = 'admin'; + $module->target_client = 'administrator'; } else {