diff --git a/include/ProductPage.php b/include/ProductPage.php index bef9807..8f00fa2 100644 --- a/include/ProductPage.php +++ b/include/ProductPage.php @@ -114,8 +114,8 @@ class ProductPage extends Page { $end = $event->get_endtime(); $extend = format_date(default_loan_end(time())); $note = replace(array('id' => $product->get_id(), - 'end_new' => $extend), - $this->fragments['loan_extend_form']); + 'end_new' => $extend), + $this->fragments['loan_extend_form']); } } $rows .= replace(array('status' => $status,