summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 4fd963e8a..38c51933f 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -1,6 +1,7 @@
<fieldset class="personalblock">
<legend><strong><?php p($l->t('Import / Export OPML')); ?></strong></legend>
- <input type="file" id="opml-upload" name="files[]" read-file/>
+ <input type="file" id="opml-upload" name="import"
+ oc-read-file="import($fileContent)"/>
<button title="<?php p($l->t('Import')); ?>"
oc-forward-click="{selector:'#opml-upload'}">
<?php p($l->t('Import')); ?>