Skip to content

Commit

Permalink
Update simpleRepair.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rfernandes-sugarcrm committed Apr 15, 2024
1 parent 284c3dc commit c21fda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/build/simpleRepair.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

echo("Running QRR...\n");
$repair = new \RepairAndClear();
$repair->repairAndClearAll(['clearAll'], [$mod_strings['LBL_ALL_MODULES']], true, false, '');
$repair->repairAndClearAll(['clearAll'], [$mod_strings['LBL_ALL_MODULES']], false, false, '');

echo("Rebuilding cache...\n");
\SugarAutoLoader::buildCache();
Expand Down

0 comments on commit c21fda8

Please sign in to comment.