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:
skodak 2009-07-02 15:11:28 +00:00
parent 41d2f7f781
commit 2ece30dd13
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* *
* For naming conventions, see lib/db/access.php. * For naming conventions, see lib/db/access.php.
*/ */
$quizreport_statistics_capabilities = array( $quiz_statistics_capabilities = array(
'quizreport/statistics:view' => array( 'quizreport/statistics:view' => array(
'captype' => 'read', 'captype' => 'read',
'contextlevel' => CONTEXT_MODULE, 'contextlevel' => CONTEXT_MODULE,

View file

@ -1,6 +1,6 @@
<?php // $Id$ <?php // $Id$
function xmldb_quizreport_statistics_upgrade($oldversion) { function xmldb_quiz_statistics_upgrade($oldversion) {
global $DB; global $DB;