Skip to content

Commit

Permalink
Fix the reducePath call
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Fong committed Jan 23, 2014
1 parent 91db82a commit 1e97678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Rain/Tpl/Plugin/Compress.php
Expand Up @@ -199,7 +199,7 @@ protected function compressJavascript($html) {
$urlArray[$url] = $url;

// reduce the path
$url = \Rain\Tpl::reducePath( $url );
$url = \Rain\Tpl\Parser::reducePath( $url );

$javascriptFile = file_get_contents($url);

Expand Down

0 comments on commit 1e97678

Please sign in to comment.