diff --git a/module/bug/view/sendmail.html.php b/module/bug/view/sendmail.html.php index fbc0efd6dc..af791bb650 100644 --- a/module/bug/view/sendmail.html.php +++ b/module/bug/view/sendmail.html.php @@ -28,7 +28,7 @@ if($onlybody) $_GET['onlybody'] = 'no'; steps, 'src="data/upload')) { - $bug->steps = preg_replace('/server->http_host . $this->config->webRoot, $bug->steps); + $bug->steps = preg_replace('/server->http_host . $this->config->webRoot, $bug->steps); } echo $bug->steps; ?> diff --git a/module/project/view/sendmail.html.php b/module/project/view/sendmail.html.php index 78079fe6cd..072da1f4c5 100644 --- a/module/project/view/sendmail.html.php +++ b/module/project/view/sendmail.html.php @@ -28,7 +28,7 @@ if($onlybody) $_GET['onlybody'] = 'no'; desc, 'src="data/upload')) { - $task->desc = preg_replace('/server->http_host . $this->config->webRoot, $task->desc); + $task->desc = preg_replace('/server->http_host . $this->config->webRoot, $task->desc); } echo $task->desc; ?> diff --git a/module/story/view/sendmail.html.php b/module/story/view/sendmail.html.php index 660cd7503d..8483264af6 100644 --- a/module/story/view/sendmail.html.php +++ b/module/story/view/sendmail.html.php @@ -28,7 +28,7 @@ if($onlybody) $_GET['onlybody'] = 'no'; spec, 'src="data/upload')) { - $story->spec = preg_replace('/server->http_host . $this->config->webRoot, $story->spec); + $story->spec = preg_replace('/server->http_host . $this->config->webRoot, $story->spec); } echo $story->spec; ?> diff --git a/module/task/view/sendmail.html.php b/module/task/view/sendmail.html.php index ab113af340..18778e2d4f 100644 --- a/module/task/view/sendmail.html.php +++ b/module/task/view/sendmail.html.php @@ -28,7 +28,7 @@ if($onlybody) $_GET['onlybody'] = 'no'; desc, 'src="data/upload')) { - $task->desc = preg_replace('/server->http_host . $this->config->webRoot, $task->desc); + $task->desc = preg_replace('/server->http_host . $this->config->webRoot, $task->desc); } echo $task->desc; ?> diff --git a/module/testtask/view/sendmail.html.php b/module/testtask/view/sendmail.html.php index d113683260..df51da4d74 100644 --- a/module/testtask/view/sendmail.html.php +++ b/module/testtask/view/sendmail.html.php @@ -28,7 +28,7 @@ if($onlybody) $_GET['onlybody'] = 'no'; desc, 'src="data/upload')) { - $testtask->desc = preg_replace('/server->http_host . $this->config->webRoot, $testtask->desc); + $testtask->desc = preg_replace('/server->http_host . $this->config->webRoot, $testtask->desc); } echo $testtask->desc; ?>