Skip to content

Commit

Permalink
Removed DS for #60
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 25, 2013
1 parent 9923632 commit 3c9e23a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Framework/Component/Dom.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ public function cacheOutput($output) {
return;
}
$cacheDir = APPROOT . "/Cache/Page";
$dir = str_replace("/", DS, DIR);
$cacheDir .= DS . $dir;
$cacheDir .= "/" . DIR;
$cacheFile = FILE . "." . EXT;

if(!is_dir($cacheDir)) {
Expand Down

0 comments on commit 3c9e23a

Please sign in to comment.