Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d86c3
)
MDL-47361 tool_monitor: exit after printing footer
author
Dan Poltawski
<dan@moodle.com>
Mon, 3 Nov 2014 14:21:50 +0000
(14:21 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 3 Nov 2014 14:21:50 +0000
(14:21 +0000)
admin/tool/monitor/edit.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/monitor/edit.php
b/admin/tool/monitor/edit.php
index
d91915d
..
20bd3c4
100644
(file)
--- a/
admin/tool/monitor/edit.php
+++ b/
admin/tool/monitor/edit.php
@@
-106,6
+106,7
@@
if ($mformdata = $mform->get_data()) {
}
$mform->display();
echo $OUTPUT->footer();
+ exit;
}
echo $OUTPUT->header();