@@ -73,7 +73,7 @@ |
||
| 73 | 73 | // rewrite local links |
| 74 | 74 | $content = preg_replace_callback( |
| 75 | 75 | '/\[(.*?)\]\((.*?)\)/', |
| 76 | - function ($match) use($router, $moduleName, $raw) { |
|
| 76 | + function($match) use($router, $moduleName, $raw) { |
|
| 77 | 77 | if (false === mb_strpos($match[2], '.md')) { |
| 78 | 78 | return $match[0]; |
| 79 | 79 | } |