Преглед изворни кода

Fixed bug preventing changes in the course settings for plugins

Yannick Warnier пре 12 година
родитељ
комит
34daec75da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main/inc/lib/plugin.class.php

+ 1 - 1
main/inc/lib/plugin.class.php

@@ -392,6 +392,6 @@ class Plugin {
      * @param array Values sent back from the course configuration script
      * @return void
      */
-    private function course_settings_updated($values = array()) {
+    public function course_settings_updated($values = array()) {
     }
 }