# 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/lib.php
--- moodle/grade/lib.php Base (1.171)
+++ moodle/grade/lib.php Locally Modified (Based On 1.171)
@@ -551,7 +551,7 @@
             $plugin_info['edittree']['simpleview'] =
                     new grade_plugin_info('simpleview', $url, get_string('simpleview', 'grades'));
             $plugin_info['edittree']['fullview'] =
-                    new grade_plugin_info('fullview', $url, get_string('fullview', 'grades'));
+                    new grade_plugin_info('fullview', $url_adv, get_string('fullview', 'grades'));
             $count++;
         }
 
