* fix a bug.

This commit is contained in:
wangyidong
2015-02-26 09:35:34 +08:00
parent 13e6b3d91b
commit ff4eca94c2
+1
View File
@@ -1100,6 +1100,7 @@ class task extends control
/* Set related files. */
if(isset($relatedFiles[$task->id]))
{
$task->files = '';
foreach($relatedFiles[$task->id] as $file)
{
$fileURL = 'http://' . $this->server->http_host . $this->config->webRoot . "data/upload/{$this->app->company->id}/" . $file->pathname;