mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is kind of non-working now; this may break current dev installs :-(
This commit is contained in:
parent
41d2f7f781
commit
2ece30dd13
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* For naming conventions, see lib/db/access.php.
|
||||
*/
|
||||
$quizreport_statistics_capabilities = array(
|
||||
$quiz_statistics_capabilities = array(
|
||||
'quizreport/statistics:view' => array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php // $Id$
|
||||
|
||||
function xmldb_quizreport_statistics_upgrade($oldversion) {
|
||||
function xmldb_quiz_statistics_upgrade($oldversion) {
|
||||
|
||||
global $DB;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue