MDL-18375 calendar: added the Gregorian calendar type to the standard list of plugins
This commit is contained in:
@@ -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!
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user