From 0ae6b11c216204ca9988b5db63d25e6e9b765a1c Mon Sep 17 00:00:00 2001 From: Erik Thuning <boooink@gmail.com> Date: Fri, 9 Feb 2024 16:18:23 +0100 Subject: [PATCH] Indentation fix --- include/ProductPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,