-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.2.3, 2.3
-
None
-
MOODLE_22_STABLE, MOODLE_23_STABLE
The following two classes both define their constructors twice. This isn't the end of the world but they do different things and will trip a strict standards warning. It should probably be fixed;
- turnitintool_loaderbarclass (loaderbar.php)
- turnitintool_commclass (commclass.php)
With strict standard on you get...
Strict Standards: Redefining already defined constructor for class turnitintool_loaderbarclass in /var/www/gumoodle23/mod/turnitintool/loaderbar.php on line 36 Strict Standards: Redefining already defined constructor for class turnitintool_commclass in /var/www/gumoodle23/mod/turnitintool/comms.php on line 85