Skip to content

Commit

Permalink
Revert "merged branch mvrhov/patch-1 (PR #4975)"
Browse files Browse the repository at this point in the history
This reverts commit 407246a, reversing
changes made to 3841d1c.
  • Loading branch information
fabpot committed Apr 26, 2013
1 parent 604aaa2 commit a1031f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ public static function load($classes, $cacheDir, $name, $autoReload, $adaptive =
$files = array();
$content = '';
foreach (self::getOrderedClasses($classes) as $class) {
if ($adaptive && in_array($class->getName(), $declared)) {
if (in_array($class->getName(), $declared)) {
continue;
}

Expand Down

0 comments on commit a1031f6

Please sign in to comment.