From efb02f3368633c997ee8609ccd04fe6fe44a73e1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 21 Jul 2017 10:54:48 -0400 Subject: [PATCH] fix indent --- web/api/app/Config/bootstrap.php.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/api/app/Config/bootstrap.php.in b/web/api/app/Config/bootstrap.php.in index a3213d150..bbc3630e4 100644 --- a/web/api/app/Config/bootstrap.php.in +++ b/web/api/app/Config/bootstrap.php.in @@ -138,8 +138,8 @@ if ( is_dir($configSubFolder) ) { # Now that our array our finalized, define each key => value # pair in the array as a constant foreach( $configvals as $key => $value) { - define( $key, $value ); - Configure::write( $matches[1], $matches[2] ); + define( $key, $value ); + Configure::write( $key, $value ); } function process_configfile($configFile) {