budgetneon / v2pagecache

Page Cache for OpenCart V2.X
58 stars 26 forks source link

small fix for 2.3 #17

Closed Slait closed 8 years ago

Slait commented 8 years ago

Please add } in 298 line public function ServeFromCache() { if (! $this->Cacheable()) { return false; }

budgetneon commented 8 years ago

done...added the missing bracket. thanks for the catch