fix indent

This commit is contained in:
Isaac Connor
2017-07-21 10:54:48 -04:00
parent 457d909c88
commit efb02f3368

View File

@@ -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) {