Skip to content

Commit

Permalink
Merge pull request #207 from GordonLesti/develop
Browse files Browse the repository at this point in the history
remove Lesti_Fpc_Model_Fpc_CacheItem from Lesti_Fpc_Model_Fpc::save
  • Loading branch information
GordonLesti committed Apr 4, 2016
2 parents ab71aac + aac169f commit 37bf432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/community/Lesti/Fpc/Model/Fpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ public function __construct()
/**
* Save data
*
* @param \Lesti_Fpc_Model_Fpc_CacheItem $item
* @param mixed $item
* @param string $id
* @param array $tags
* @param int $lifeTime
* @return bool
*/
public function save(Lesti_Fpc_Model_Fpc_CacheItem $item, $id, $tags=array(), $lifeTime=null)
public function save($item, $id, $tags=array(), $lifeTime=null)
{
if (!in_array(self::CACHE_TAG, $tags)) {
$tags[] = self::CACHE_TAG;
Expand Down

0 comments on commit 37bf432

Please sign in to comment.