1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:35:55 +00:00

fix import_export plugin for open_basedir; add missing closing form tags to import_export and googleimport plugin

This commit is contained in:
Andrew Dolgov
2013-04-11 20:31:24 +04:00
parent b91a1e4deb
commit b229a18456
2 changed files with 27 additions and 3 deletions

View File

@@ -374,6 +374,7 @@ class GoogleReaderImport extends Plugin {
<button dojoType=\"dijit.form.Button\" onclick=\"return starredImport();\" type=\"submit\">" .
__('Import my Starred items') . "</button>";
print "</form>";
print "</div>"; #pane
}