# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/grade/report/lib.php
--- moodle/grade/report/lib.php Base (1.30.2.16)
+++ moodle/grade/report/lib.php Locally Modified (Based On 1.30.2.16)
@@ -330,7 +330,7 @@
      * @param string $finalgrade the grade for the course_item
      * @return string The new final grade
      */
-    protected function blank_hidden_total($courseid, $course_item, $finalgrade) {
+    function blank_hidden_total($courseid, $course_item, $finalgrade) {
         global $CFG;
         static $hiding_affected = null;//array of items in this course affected by hiding
 
Index: moodle/lib/simpletestlib/exceptions.php
--- moodle/lib/simpletestlib/exceptions.php Base (1.2)
+++ moodle/lib/simpletestlib/exceptions.php Locally Modified (Based On 1.2)
@@ -115,7 +115,7 @@
          *    @param Exception $compare     Exception to describe.
          *    @return string                Text description.
          */
-        protected function describeException($exception) {
\ No newline at end of file
+        function describeException($exception) {
\ No newline at end of file
             return get_class($exception) . ": " . $exception->getMessage();
         }
     }
