From dea025fe80a0ef7f72c267e71f1253e0740fc484 Mon Sep 17 00:00:00 2001
From: plegall
Date: Thu, 11 Nov 2021 15:18:54 +0100
Subject: [PATCH] (cp 16e1bc0) Fixes #1546 Var name mistake
---
admin/themes/default/template/updates_pwg.tpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/themes/default/template/updates_pwg.tpl b/admin/themes/default/template/updates_pwg.tpl
index b62f9b271..b9ba92202 100644
--- a/admin/themes/default/template/updates_pwg.tpl
+++ b/admin/themes/default/template/updates_pwg.tpl
@@ -127,7 +127,7 @@ p.release .errors {margin:0}
{'A new version of Piwigo is available.'|@translate}
- {'This is a major update, with new exciting features.'|@translate:$RELEASE_URL} {'Some themes and plugins may be not available yet.'|@translate}
+ {'This is a major update, with new exciting features.'|@translate:$MAJOR_RELEASE_URL} {'Some themes and plugins may be not available yet.'|@translate}
-{/if}
\ No newline at end of file
+{/if}