From a439ac8ad29e90524fc8dfcb76ec4f1509e5e358 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 16 Mar 2013 12:26:36 +0400 Subject: [PATCH] plugins: fix wrongly placed bracket preventing web updater from working --- plugins/updater/init.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/updater/init.php b/plugins/updater/init.php index 6d1ebf36..50a1a33e 100644 --- a/plugins/updater/init.php +++ b/plugins/updater/init.php @@ -302,6 +302,7 @@ class Updater extends Plugin { print ""; #pane } + } function updateSelf() { print "
"; @@ -331,7 +332,5 @@ class Updater extends Plugin { } } - - } } ?> -- 2.39.2