Skip to content

Commit

Permalink
Fixing code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 21, 2010
1 parent b22f2f7 commit e23fe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/configure.php
Expand Up @@ -96,7 +96,7 @@ function write($config, $value = null) {
break;
case 3:
$_this->{$names[0]}[$names[1]][$names[2]] = $value;
break;
break;
case 4:
$names = explode('.', $name, 2);
if (!isset($_this->{$names[0]})) {
Expand Down

0 comments on commit e23fe25

Please sign in to comment.