MDL-18375 calendar: added the Gregorian calendar type to the standard list of plugins

This commit is contained in:
Mark Nelson
2013-09-05 18:32:16 +08:00
parent df5d27d892
commit 5989677e0f
+5
View File
@@ -652,6 +652,7 @@ class plugin_manager {
* @return false|array array of standard plugins or false if the type is unknown
*/
public static function standard_plugins_list($type) {
$standard_plugins = array(
'assignment' => array(
@@ -704,6 +705,10 @@ class plugin_manager {
'file', 'memcache', 'memcached', 'mongodb', 'session', 'static'
),
'calendartype' => array(
'gregorian'
),
'coursereport' => array(
//deprecated!
),