diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-01 21:25:15 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-01 21:25:15 -0400 |
commit | b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6 (patch) | |
tree | fab88c168153d87cb1c63b0518c960b735eb1177 /Zotlabs | |
parent | 95b96692130e0a949375e133c1aa879efd0cfb2e (diff) | |
download | volse-hubzilla-b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6.tar.gz volse-hubzilla-b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6.tar.bz2 volse-hubzilla-b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6.zip |
fixed tpl
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php index bad717567..1f228a991 100644 --- a/Zotlabs/Module/Admin.php +++ b/Zotlabs/Module/Admin.php @@ -1346,7 +1346,7 @@ class Admin extends \Zotlabs\Web\Controller { '$plugins' => $plugins, '$disabled' => t('Disabled - version incompatibility'), '$form_security_token' => get_form_security_token('admin_plugins'), - '$addclone' => t('Add Plugin Repo'), + '$addrepo' => t('Add Plugin Repo'), '$expandform' => false, '$form' => $admin_plugins_add_repo_form )); |