workshop: fixed another regression typo in output method

This commit is contained in:
David Mudrak
2010-01-15 10:48:05 +00:00
parent f14b641b91
commit c5abdea368
+1 -1
View File
@@ -172,7 +172,7 @@ if ($submission->id) {
if ($ownsubmission and $editable) {
$url = new moodle_url($PAGE->url, array('edit' => 'on', 'id' => $submission->id));
echo $OUTPUT->sinle_button($url, get_string('editsubmission', 'workshop'), 'get');
echo $OUTPUT->single_button($url, get_string('editsubmission', 'workshop'), 'get');
}
// and possibly display the submission's review(s)