diff options
Diffstat (limited to 'app/Core/Markdown.php')
-rw-r--r-- | app/Core/Markdown.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Core/Markdown.php b/app/Core/Markdown.php index 4101a3b3..f08c486a 100644 --- a/app/Core/Markdown.php +++ b/app/Core/Markdown.php @@ -29,7 +29,6 @@ class Markdown extends Parsedown { // Replace task #123 by a link to the task if (! empty($this->link) && preg_match('!#(\d+)!i', $Excerpt['text'], $matches)) { - $url = $this->helper->href( $this->link['controller'], $this->link['action'], |