Skip to content
Snippets Groups Projects
Commit 0b9330f2 authored by Dicson's avatar Dicson
Browse files

plugin_installer. fix check update

parent 71f15adb
No related branches found
No related tags found
No related merge requests found
[info]
name: Plugin Installer
short_name: plugin_installer
version: 0.8.1
version: 0.8.2
description: Install and upgrade plugins from ftp
authors: Denis Fomin <fominde@gmail.com>
Yann Leboulanger <asterix@lagaule.org>
......
......@@ -93,6 +93,7 @@ class PluginInstaller(GajimPlugin):
try:
to_update = []
con = self.ftp_connect()
con.cwd('plugins')
plugins_dirs = con.nlst()
for dir_ in plugins_dirs:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment