Skip to content

Commit

Permalink
Cleaning up previous commit.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8088 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
nateabele committed Mar 11, 2009
1 parent 4466c9f commit 80d4dfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/model/behavior.php
Expand Up @@ -289,7 +289,6 @@ function attach($behavior, $config = array()) {
}
} elseif (isset($this->{$name}->settings) && isset($this->{$name}->settings[$this->modelName])) {
if ($config !== null && $config !== false) {
// if (!empty($config)) {
$config = array_merge($this->{$name}->settings[$this->modelName], $config);
} else {
$config = array();
Expand Down

0 comments on commit 80d4dfa

Please sign in to comment.