Skip to content

Commit

Permalink
merged 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 10, 2012
1 parent cb15ab7 commit f68ad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loader/FileLoader.php
Expand Up @@ -72,7 +72,7 @@ public function import($resource, $type = null, $ignoreErrors = false, $sourceRe
}
self::$loading[$resource] = true;

$ret = $loader->load($resource);
$ret = $loader->load($resource, $type);

unset(self::$loading[$resource]);

Expand Down

0 comments on commit f68ad44

Please sign in to comment.