소스 검색

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()) {
     }
 }