Skip to content
Snippets Groups Projects
Commit 10ea0c26 authored by Matt Petro's avatar Matt Petro
Browse files

Backing out previous commit

parent 24323ada
No related branches found
No related merge requests found
......@@ -19,7 +19,7 @@ class block_uwcourseinfo extends block_html {
return true;
}
function instance_config_save($data, $nolongerused = false){
function instance_config_save($data){
parent::instance_config_save($data);
}
......
......@@ -20,18 +20,6 @@ $capabilities = array(
'manager' => CAP_ALLOW
)
),
'block/uwcourseinfo:addinstance' => array(
'riskbitmask' => RISK_SPAM | RISK_XSS,
'captype' => 'write',
'contextlevel' => CONTEXT_BLOCK,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/site:manageblocks'
),
);
?>
\ No newline at end of file
......@@ -17,7 +17,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2012071601;
$plugin->version = 2012071600;
$plugin->cron = 0;
$plugin->component = 'block_uwcourseinfo';
$plugin->maturity = MATURITY_STABLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment