im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Consistent usage of find method in Scaffold_Cache_File class #24

Open mfernea opened 14 years ago

mfernea commented 14 years ago

In set and exists methods the the following code is used: $file = $this->directory.$id; and I think it should be: $file = $this->find($id);