summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul
diff options
context:
space:
mode:
authorTobias Spitzer2014-05-23 08:01:39 +0200
committerTobias Spitzer2014-05-23 08:01:39 +0200
commitae6e282b6d4aed84516e97ddc9a5f349d284e975 (patch)
tree4df4f9c73de2cf0f01734f5aea65bbd85ca218ed /Dozentenmodul
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-ae6e282b6d4aed84516e97ddc9a5f349d284e975.tar.gz
tutor-module-ae6e282b6d4aed84516e97ddc9a5f349d284e975.tar.xz
tutor-module-ae6e282b6d4aed84516e97ddc9a5f349d284e975.zip
Bug: Fehler beim Download wirde behoben
Diffstat (limited to 'Dozentenmodul')
-rw-r--r--Dozentenmodul/bin/gui/image/FTPDownloader_GUI.classbin11192 -> 11247 bytes
-rw-r--r--Dozentenmodul/src/gui/image/FTPDownloader_GUI.java2
2 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/bin/gui/image/FTPDownloader_GUI.class b/Dozentenmodul/bin/gui/image/FTPDownloader_GUI.class
index 45ca0eae..30bcf2f4 100644
--- a/Dozentenmodul/bin/gui/image/FTPDownloader_GUI.class
+++ b/Dozentenmodul/bin/gui/image/FTPDownloader_GUI.class
Binary files differ
diff --git a/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
index 97a29849..d09d6c03 100644
--- a/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
+++ b/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
@@ -390,7 +390,7 @@ public class FTPDownloader_GUI extends JFrame implements PropertyChangeListener
try {
user = client.getFtpUser();
- downloadFile = client.getPathOfImage(Image.image.getImageId(),
+ downloadFile = user.path+"/"+client.getPathOfImage(Image.image.getImageId(),
Image.image.getVersion());
} catch (TException e) {