From a3aaee7405ac6f91b80a4fedd61afbe8eb543996 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 25 May 2019 14:44:40 +0300 Subject: [PATCH] Slim Framework integration #118 #117 - Fieldsets: refactoring --- flextype/Fieldsets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Fieldsets.php b/flextype/Fieldsets.php index a750abff..ec60addc 100644 --- a/flextype/Fieldsets.php +++ b/flextype/Fieldsets.php @@ -190,7 +190,7 @@ class Fieldsets * @param string $id Fieldsets id * @return string */ - private function _file_location(string $name) : string + private function _file_location(string $id) : string { return PATH['themes'] . '/' . $this->flextype['registry']->get('settings.theme') . '/fieldsets/' . $id . '.json'; }