Skip to content

Commit

Permalink
More translation update debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jun 13, 2024
1 parent c7854be commit 20bf0a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/web/cron/updateCommunityTranslations.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,15 @@
$language = null;
}

echo ("Imported a total of " . $numUpdated. " translations\n");
ob_flush();

global $aspen_db;
$aspen_db = null;

echo ("Finished\n");
ob_flush();

die();


Expand Down

0 comments on commit 20bf0a4

Please sign in to comment.