@@ -71,8 +71,8 @@ |
||
| 71 | 71 | if ($this->isSupported()) {
|
| 72 | 72 | $this->engine = new \cebe\markdown\Markdown(); |
| 73 | 73 | |
| 74 | - if (isset($config[ 'flavour' ])) {
|
|
| 75 | - $this->setFlavour($config[ 'flavour' ]); |
|
| 74 | + if (isset($config['flavour'])) {
|
|
| 75 | + $this->setFlavour($config['flavour']); |
|
| 76 | 76 | } |
| 77 | 77 | } else {
|
| 78 | 78 | throw new RuntimeException( |