Skip to content

Commit

Permalink
MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
scyrma committed May 2, 2008
1 parent c5e2d27 commit 0f5e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ function tag_compute_correlations($min_correlation=2) {
*/
function tag_cron() {
tag_compute_correlations();
//tag_cleanup();
tag_cleanup();
}

/**
Expand Down

0 comments on commit 0f5e5f5

Please sign in to comment.