Skip to content

Commit dea080f

Browse files
author
Tamara Gunkel
committed
fix missing $ sign
1 parent 66c40ce commit dea080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public function render_status($statuscode, $countfailed = 0) {
590590
* @return string
591591
*/
592592
public function render_upload_jobs($ocinstanceid, $uploadjobs, $showdeletebutton = true,
593-
redirectpage = null, $seriesid = null) {
593+
$redirectpage = null, $seriesid = null) {
594594

595595
$table = new html_table();
596596
$table->head = array(

0 commit comments

Comments
 (0)