Skip to content

Commit

Permalink
Remove wrong return.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed May 7, 2014
1 parent 0e37f1b commit 1caf1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Core/Configure.php
Expand Up @@ -306,7 +306,7 @@ public static function load($key, $config = 'default', $merge = true) {
}
}

return self::write($values);
self::write($values);
}

/**
Expand Down

0 comments on commit 1caf1ca

Please sign in to comment.