Skip to content

Commit

Permalink
Fixing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaka Moorthi committed Sep 22, 2013
1 parent d04cf36 commit e9c40c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CacheFile.php
Expand Up @@ -194,7 +194,7 @@ public function deleteAll()
Filesystem::unlinkRecursive($this->cachePath, $deleteRootToo = false, $beforeUnlink);
}

private function opCacheInvalidate($filepath)
public function opCacheInvalidate($filepath)
{
if (function_exists('opcache_invalidate')
&& is_file($filepath)
Expand Down

0 comments on commit e9c40c6

Please sign in to comment.