diff options
| author | Tobias Spitzer | 2014-08-26 07:41:53 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-26 07:41:53 +0200 |
| commit | f459d103a3f21a042f6939234e462dade05f4d1e (patch) | |
| tree | bc51a66a5f0ff1e6484648aa035b22760827e836 | |
| parent | Letzter Down- und Uploadpfad werden nun in die Konfig geschrieben (diff) | |
| download | tutor-module-f459d103a3f21a042f6939234e462dade05f4d1e.tar.gz tutor-module-f459d103a3f21a042f6939234e462dade05f4d1e.tar.xz tutor-module-f459d103a3f21a042f6939234e462dade05f4d1e.zip | |
sfda
| -rw-r--r-- | Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class | bin | 14460 -> 14460 bytes | |||
| -rw-r--r-- | Dozentenmodul/src/gui/image/FTPCreateUploader_GUI.java | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class b/Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class Binary files differindex b47f6b05..06f05410 100644 --- a/Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class +++ b/Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class diff --git a/Dozentenmodul/src/gui/image/FTPCreateUploader_GUI.java b/Dozentenmodul/src/gui/image/FTPCreateUploader_GUI.java index d8ac09c2..62ea2a0c 100644 --- a/Dozentenmodul/src/gui/image/FTPCreateUploader_GUI.java +++ b/Dozentenmodul/src/gui/image/FTPCreateUploader_GUI.java @@ -605,7 +605,9 @@ public class FTPCreateUploader_GUI extends JFrame implements Image.image.isVorlage(), Image.image.getFilesize(), Image.image.getShareMode(), Image.image.getOS()); - client.startFileCopy(Image.image.getNewName()); + client.startFileCopy(Image.image.getNewName()); + + client.writeImageRights(Image.image.getImagename(), person.verantwortlicher.getUsername(), person.verantwortlicher.getName(), |
