From: Andrew Dolgov Date: Sat, 16 Mar 2013 08:26:36 +0000 (+0400) Subject: plugins: fix wrongly placed bracket preventing web updater from working X-Git-Tag: 1.7.5~176 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a439ac8ad29e90524fc8dfcb76ec4f1509e5e358;p=tt-rss.git plugins: fix wrongly placed bracket preventing web updater from working --- 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 { } } - - } } ?>