Skip to content

Commit

Permalink
Clear content cache on node priority update (ezsystems#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamps authored Sep 15, 2017
1 parent 53d22fe commit 008157c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/content/ezcontentoperationcollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,7 @@ static public function updatePriority( $parentNodeID, $priorityArray = array(),
$db->commit();
if ( !eZSearch::getEngine() instanceof eZSearchEngine )
{
eZContentCacheManager::clearContentCacheIfNeeded( $objectIDs );
foreach ( $objectIDs as $objectID )
{
eZContentOperationCollection::registerSearchObject( $objectID );
Expand Down

0 comments on commit 008157c

Please sign in to comment.