From: Dan Marsden Date: Sat, 13 Aug 2016 00:26:05 +0000 (+1200) Subject: remove deprecated call to update button X-Git-Url: http://cameron1729.xyz/?a=commitdiff_plain;h=c0848d4da3d5cc77a3cb8dc5dbdf16ec8e168ba5;p=moodle-mod_attendance.git remove deprecated call to update button --- diff --git a/manage.php b/manage.php index 5623013..a85d711 100644 --- a/manage.php +++ b/manage.php @@ -75,7 +75,6 @@ $PAGE->set_url($att->url_manage()); $PAGE->set_title($course->shortname. ": ".$att->name); $PAGE->set_heading($course->fullname); $PAGE->set_cacheable(true); -$PAGE->set_button($OUTPUT->update_module_button($cm->id, 'attendance')); $PAGE->navbar->add($att->name); $output = $PAGE->get_renderer('mod_attendance');