Skip to content

Commit

Permalink
Fix EZP-25531 - replaced 'eZContentCacheManager::clearContentCache()'…
Browse files Browse the repository at this point in the history
… with 'eZContentCacheManager::clearContentCacheIfNeeded()'

(cherry picked from commit 2d42825)
  • Loading branch information
Nuno Oliveira authored and yannickroger committed Mar 8, 2016
1 parent 8e629e1 commit 9e83cf6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public static function updatePriority( $args )
if ( $http->hasPostVariable( 'ContentObjectID' ) )
{
$objectID = $http->postVariable( 'ContentObjectID' );
eZContentCacheManager::clearContentCache( $objectID );
eZContentCacheManager::clearContentCacheIfNeeded( $objectID );
}
}
}

?>
?>

0 comments on commit 9e83cf6

Please # to comment.