X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/37da1bee2ce91703f964ae58c580240bd3798011..181d072f27ced2ed2e350dc66ee6aaeafce9f4bf:/WEB-INF/lib/ttOrgHelper.class.php diff --git a/WEB-INF/lib/ttOrgHelper.class.php b/WEB-INF/lib/ttOrgHelper.class.php index a4be2e96..9bf1ad78 100644 --- a/WEB-INF/lib/ttOrgHelper.class.php +++ b/WEB-INF/lib/ttOrgHelper.class.php @@ -135,6 +135,8 @@ class ttOrgHelper { if (is_a($affected, 'PEAR_Error')) return false; + if ($affected == 0) return true; // Do not call file storage utility. + // Try to make a call to file storage facility. if (!defined('FILE_STORAGE_URI')) return true; // Nothing to do.