Skip to content

Commit

Permalink
Merge pull request #103 from FriendsOfREDAXO/cb-9
Browse files Browse the repository at this point in the history
RexStan-Überprüfung: pages/neues.docs.php
  • Loading branch information
alxndr-w authored Sep 8, 2024
2 parents 4a190dd + f67b4e5 commit 75f6bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/neues.docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

$mdFiles = [];
foreach (glob(rex_addon::get('neues')->getPath('docs') . '/*.md') ?: [] as $file) {
foreach (glob(rex_path::addon('neues', 'docs/*.md')) as $file) {
$mdFiles[mb_substr(basename($file), 0, -3)] = $file;
}

Expand Down

0 comments on commit 75f6bd2

Please sign in to comment.