MDL-37634 lesson: readquestion visibility to protected
authorDavid Monllao <davidm@moodle.com>
Wed, 23 Jan 2013 01:52:36 +0000 (09:52 +0800)
committerSam Hemelryk <sam@moodle.com>
Mon, 28 Jan 2013 00:45:42 +0000 (13:45 +1300)
mod/lesson/format.php

index 5ff51bf..ecdc293 100644 (file)
@@ -503,7 +503,7 @@ class qformat_default {
     }
 
 
-    function readquestion($lines) {
+    protected function readquestion($lines) {
     /// Given an array of lines known to define a question in
     /// this format, this function converts it into a question
     /// object suitable for processing and insertion into Moodle.