Skip to content

Commit e532344

Browse files
authored
Merge pull request #28 from alfredbuehler/patch-1
Adjusted text-helper registering
2 parents 47370bd + 3d96f86 commit e532344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Plugin extends Base
1010
public function initialize()
1111
{
1212
//HELPER
13-
$this->helper->register('text', '\Kanboard\Plugin\MarkdownPlus\Helper\MarkdownPlusHelper');
13+
$this->container['helper']->register('text', '\Kanboard\Plugin\MarkdownPlus\Helper\MarkdownPlusHelper');
1414

1515
//CSS
1616
$this->hook->on('template:layout:css', array('template' => 'plugins/MarkdownPlus/Assets/css/markdownplus.css'));

0 commit comments

Comments
 (0)