diff --git a/pages/help.php b/pages/help.php index 0a71d32..fcd7eb5 100644 --- a/pages/help.php +++ b/pages/help.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -$file = rex_file::get(rex_path::addon('maintenance','README.md')); +$file = rex_file::get(rex_path::addon('cke5','README.md')); $body = rex_markdown::factory()->parse($file); $fragment = new rex_fragment(); $fragment->setVar('body', $body, false);