From d2c730868e2162468b55e7c354551e1987865140 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Tue, 9 Oct 2018 01:43:29 +0200 Subject: [PATCH] property name updated --- Lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/Configuration.php b/Lib/Configuration.php index 6421c1a..5524729 100644 --- a/Lib/Configuration.php +++ b/Lib/Configuration.php @@ -53,7 +53,7 @@ class Configuration { 'www_library_id' => 2, ); - private $custom_config = 'configuration.local.php'; + private $custom_config_filename = 'configuration.local.php'; private function __construct() { // by default, set the session save path to the default value;