Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing extra line.
  • Loading branch information
markstory committed Nov 21, 2010
1 parent 8aabf36 commit 8e1f7cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/app.php
Expand Up @@ -513,7 +513,6 @@ public static function import($type = null, $name = null, $parent = true, $searc
if ($name != null && !class_exists($name . $ext['class'])) {
if ($load = self::__mapped($name . $ext['class'], $type, $plugin)) {
if (self::__load($load)) {

if (self::$return) {
return include($load);
}
Expand Down

0 comments on commit 8e1f7cc

Please sign in to comment.