aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-08-12 14:07:16 +0200
committerMario Vavti <mario@mariovavti.com>2018-08-12 14:07:16 +0200
commit759a18685b75e631d5884d610cc3a6fe483b821d (patch)
tree1a1dd9585e506b91d3a49c06480b51ebe20dbf71 /Zotlabs
parente07ab65d73b690184578f5a530b236078616509f (diff)
parent5afe779ffc69bc5889a83a6fcbc4bcefc7c40a5c (diff)
downloadvolse-hubzilla-759a18685b75e631d5884d610cc3a6fe483b821d.tar.gz
volse-hubzilla-759a18685b75e631d5884d610cc3a6fe483b821d.tar.bz2
volse-hubzilla-759a18685b75e631d5884d610cc3a6fe483b821d.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Sources.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sources.php b/Zotlabs/Module/Sources.php
index 91e2efa60..2a2fa1835 100644
--- a/Zotlabs/Module/Sources.php
+++ b/Zotlabs/Module/Sources.php
@@ -111,7 +111,7 @@ class Sources extends \Zotlabs\Web\Controller {
'$title' => t('New Source'),
'$desc' => t('Import all or selected content from the following channel into this channel and distribute it according to your channel settings.'),
'$words' => array( 'words', t('Only import content with these words (one per line)'),'',t('Leave blank to import all public content')),
- '$name' => array( 'name', t('Channel Name'), '', ''),
+ '$name' => array( 'name', t('Channel Name'), '', '', '', 'autocomplete="off"'),
'$tags' => array('tags', t('Add the following categories to posts imported from this source (comma separated)'),'',t('Optional')),
'$resend' => [ 'resend', t('Resend posts with this channel as author'), 0, t('Copyrights may apply'), [ t('No'), t('Yes') ]],
'$submit' => t('Submit')