Skip to content
Snippets Groups Projects
Commit b911c615 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

phill: Replace task references regardless of case

parent d77e830e
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ class PhillImporter ...@@ -125,7 +125,7 @@ class PhillImporter
$patterns = array(); $patterns = array();
$replacements = array(); $replacements = array();
foreach ($this->tasks as $id=>$task) { foreach ($this->tasks as $id=>$task) {
$patterns[] = "/\\b$id\\b/m"; $patterns[] = "/\\b$id\\b/im";
$replacements[] = $task->getMonogram(); $replacements[] = $task->getMonogram();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment