Skip to content

Commit

Permalink
#3359 Reset php opcache modules updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Jan 5, 2022
1 parent 6def70d commit dc24a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions studio/classes/BxDolStudioUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ protected function actionUpdateFiles($bInstall = true)
foreach($aFiles as $aFile)
$this->oDb->insertModuleTrack($aModuleInfo['id'], $aFile);

if (function_exists('opcache_reset'))
opcache_reset();

return BX_DOL_STUDIO_INSTALLER_SUCCESS;
}

Expand Down

0 comments on commit dc24a77

Please sign in to comment.