From f2eac756244ccea363231c6bc99cded6b583b2d5 Mon Sep 17 00:00:00 2001 From: Dongsheng Cai Date: Wed, 31 Aug 2011 10:38:48 +0800 Subject: [PATCH] WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level --- lib/db/access.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/access.php b/lib/db/access.php index bc42449928d..667e4b2d77c 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1687,7 +1687,7 @@ $capabilities = array( ), 'moodle/webservice:createmobiletoken' => array( - 'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS, + 'riskbitmask' => RISK_SPAM | RISK_PERSONAL, 'captype' => 'write', 'contextlevel' => CONTEXT_SYSTEM, 'archetypes' => array( diff --git a/version.php b/version.php index b87b8534a69..deb7fdf90ae 100644 --- a/version.php +++ b/version.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2011083100.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2011083100.01; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes