diff --git a/module/mail/model.php b/module/mail/model.php index 9280539655..eb8a8b3403 100644 --- a/module/mail/model.php +++ b/module/mail/model.php @@ -273,7 +273,7 @@ class mailModel extends model $this->clear(); /* Replace full webPath image for mail. */ - if(strpos($body, 'src="data/upload')) $body = preg_replace('/server->http_host . $this->config->webRoot . 'data/upload', $body); + if(strpos($body, 'src="data/upload')) $body = preg_replace('/server->http_host . $this->config->webRoot . 'data/upload', $body); try { diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 79fb5dc4cd..8d1d7630d9 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -14,7 +14,6 @@ -task->placeholder);?>