]> git.wh0rd.org - tt-rss.git/commitdiff
plugins: fix wrongly placed bracket preventing web updater from working
authorAndrew Dolgov <fox@fakecake.org>
Sat, 16 Mar 2013 08:26:36 +0000 (12:26 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Sat, 16 Mar 2013 08:26:36 +0000 (12:26 +0400)
plugins/updater/init.php

index 6d1ebf36f869ec07f0cd8a098934b8bd29d393ca..50a1a33efb9c6ee67a04e6e338df9b7f55c05f06 100644 (file)
@@ -302,6 +302,7 @@ class Updater extends Plugin {
 
                        print "</div>"; #pane
                }
+       }
 
        function updateSelf() {
                print "<form style='display : block' name='self_update_form' id='self_update_form'>";
@@ -331,7 +332,5 @@ class Updater extends Plugin {
                }
        }
 
-
-       }
 }
 ?>