From db9ecc3804d343b3404c633ecba242717fca71d3 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:34:26 +0200 Subject: [PATCH] Added theme update notification --- resources/views/studio/theme.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/studio/theme.blade.php b/resources/views/studio/theme.blade.php index d37e909..1481aa5 100644 --- a/resources/views/studio/theme.blade.php +++ b/resources/views/studio/theme.blade.php @@ -140,7 +140,6 @@ table, th, td { $verNr = substr($matches[0][0],15);} $themeVe = NULL; - $GLOBALS['updateAv'] = NULL; if ($entry != "." && $entry != "..") { echo ''; @@ -204,7 +203,10 @@ table, th, td { Update themes

-@if($GLOBALS['updateAv'] == true)@endif +'; +}catch(Exception $ex){} +?> @endif