ip-pauldawson / MoodleDirect

Turnitin's Moodle Direct integration
GNU General Public License v3.0
6 stars 11 forks source link

Missing argument 2 for turnitintool_commclass::bulkDownload(), called in /var/www/html/mod/turnitintool/lib.php #67

Open NeillM opened 9 years ago

NeillM commented 9 years ago

The following warning is showing up mod_turnitintool on our installation of Moodle:

E_WARNING: Missing argument 2 for turnitintool_commclass::bulkDownload(), called in /var/www/html/mod/turnitintool/lib.php on line 6643 and defined

Stack trace …ool_commclass::bulkDownload called at /var/www/html/mod/turnitintool/ comms.php (1388) …ntool_commclass::bulkDownload called at /var/www/html/mod/turnitintool/ lib.php (6643) in turnitintool_url_jumpto called at /var/www/html/mod/turnitintool/view.php (123)

We are using version 2015030302, in the current master the offending call seems to be on line 6847 of lib.php

jmcgettrick commented 9 years ago

This fix has been made and is in the develop branch. I'll leave this open until we merge into master though.

Also note that this repository is being superceded by https://github.com/turnitin/moodle-mod_turnitintool so please direct all future pull requests and queries to there.

Thanks