From ebe2c9147fd38c741f08283db5b0e36a9a0f9406 Mon Sep 17 00:00:00 2001 From: Sven Michels Date: Thu, 27 May 2021 07:13:57 +0200 Subject: [PATCH] [Web] Fix admin ui title_name update (#4112) In #4105 there was a small error that renamed the input name to input id, so we lost the name and the title name couldn't be changed anymore. This should fix it. --- data/web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/admin.php b/data/web/admin.php index a9a85a2a..136b65e9 100644 --- a/data/web/admin.php +++ b/data/web/admin.php @@ -1190,7 +1190,7 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
- +