Skip to content

Commit

Permalink
Update help.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored May 26, 2018
1 parent 8079925 commit 271b4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 271b4a5

Please sign in to comment.