Skip to content

Commit

Permalink
Merge branch 'w33_MDL-28932_m19_php5' of git://github.com/skodak/mood…
Browse files Browse the repository at this point in the history
…le into MOODLE_19_STABLE
  • Loading branch information
stronk7 committed Aug 23, 2011
2 parents d87ea77 + 93b06d0 commit 4c8c9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/lib.php
Expand Up @@ -842,7 +842,7 @@ function tag_compute_correlations($mincorrelation = 2) {
* @param stdClass $tagcorrelation
* @return int The id of the tag correlation that was just processed.
*/
function tag_process_computed_correlation(stdClass $tagcorrelation) {
function tag_process_computed_correlation($tagcorrelation) {

// You must provide a tagid and correlatedtags must be set and be an array
if (empty($tagcorrelation->tagid) || !isset($tagcorrelation->correlatedtags) || !is_array($tagcorrelation->correlatedtags)) {
Expand Down

0 comments on commit 4c8c9ef

Please sign in to comment.