X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/54d64e3d8f517e65577aa47fb6e38114e42f4970..3cd816de20457c5224d72db358833b234571be70:/WEB-INF/lib/ttFileHelper.class.php diff --git a/WEB-INF/lib/ttFileHelper.class.php b/WEB-INF/lib/ttFileHelper.class.php index 68bb38a5..80f07166 100644 --- a/WEB-INF/lib/ttFileHelper.class.php +++ b/WEB-INF/lib/ttFileHelper.class.php @@ -99,7 +99,7 @@ class ttFileHelper { $this->errors->add($i18n->get('error.file_storage')); } } else { - // Site id found, need to update site attributes. + // Site id found. $this->site_id = $val['id']; // Obtain site key. @@ -112,8 +112,6 @@ class ttFileHelper { // putFile - puts uploaded file in remote storage. function putFile($fields) { - // if (!$this->site_id || !$this->site_key) return false; - global $i18n; global $user; $mdb2 = getConnection();