Skip to content

Commit

Permalink
Merge branch 'MDL-38230' of git://github.com/jmvedrine/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Aug 5, 2015
2 parents b167057 + a001c11 commit f72a201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mod/quiz/classes/plugininfo/quizaccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

class quizaccess extends base {
public function is_uninstall_allowed() {
return false;
// Only allow uninstall of non-core access rules.
return !$this->is_standard();
}
}
2 changes: 1 addition & 1 deletion mod/quiz/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2015051100;
$plugin->version = 2015072900;
$plugin->requires = 2015050500;
$plugin->component = 'mod_quiz';
$plugin->cron = 60;

0 comments on commit f72a201

Please sign in to comment.