summaryrefslogtreecommitdiff
path: root/plugins/googlereaderimport
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-11 20:31:24 +0400
committerAndrew Dolgov <[email protected]>2013-04-11 20:31:24 +0400
commitb229a1845693e2d6210d431a852462e8c274061a (patch)
treeb4119c37aacdfa59d445422ebd6812bba9cc1a6f /plugins/googlereaderimport
parentb91a1e4deb510252485044f8856d9eb178f822ae (diff)
fix import_export plugin for open_basedir; add missing closing form tags to import_export and googleimport plugin
Diffstat (limited to 'plugins/googlereaderimport')
-rw-r--r--plugins/googlereaderimport/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/googlereaderimport/init.php b/plugins/googlereaderimport/init.php
index f7d876b90..d25d3288f 100644
--- a/plugins/googlereaderimport/init.php
+++ b/plugins/googlereaderimport/init.php
@@ -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
}