updater: add button to call updateself dialog even if no next version detected

master
Andrew Dolgov 11 years ago
parent 4df07d50b1
commit 59962a6ebd

@ -341,6 +341,10 @@ class Updater extends Plugin {
} else {
print_notice(__("Your Tiny Tiny RSS installation is up to date."));
print "<br/> <button dojoType=\"dijit.form.Button\" onclick=\"return updateSelf()\">".
__('Force update')."</button></p>";
}
print "</div>"; #pane

Loading…
Cancel
Save