# 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/edit/tree/lib.php
--- moodle/grade/edit/tree/lib.php Base (1.39)
+++ moodle/grade/edit/tree/lib.php Locally Modified (Based On 1.39)
@@ -215,8 +215,10 @@
 
                     $cell = new html_table_cell();
                     $cell->colspan = 12;
-                    $cell->text = $OUTPUT->action_icon($aurl, $strmovehere, new pix_icon(array('class'=>'movetarget'), 'movehere'));
 
+                    $icon = new pix_icon('movehere', $strmovehere, null, array('class'=>'movetarget'));
+                    $cell->text = $OUTPUT->action_icon($aurl, $icon, null, null, $strmovehere);
+
                     $moveto = new html_table_row(array($cell));
                 }
 
