diff options
author | Mario <mario@mariovavti.com> | 2024-11-09 10:26:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-11-09 10:26:23 +0000 |
commit | 14207c68ca451c365b3fe1f8d267409da39f9498 (patch) | |
tree | 9806a0d423f3f31aa5e5cb95f323d61267d34e84 /include/help.php | |
parent | 0ed08274f16d65b427bd4a5bbd8bd5bd6b2a65c2 (diff) | |
parent | ac8c80ddbe5414c59a72881684e1079289270f12 (diff) | |
download | volse-hubzilla-14207c68ca451c365b3fe1f8d267409da39f9498.tar.gz volse-hubzilla-14207c68ca451c365b3fe1f8d267409da39f9498.tar.bz2 volse-hubzilla-14207c68ca451c365b3fe1f8d267409da39f9498.zip |
Merge branch 'fix-incorrect-module-imports' into 'dev'
Fix incorrect module imports.
See merge request hubzilla/core!2163
Diffstat (limited to 'include/help.php')
-rw-r--r-- | include/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/help.php b/include/help.php index 12721a30b..0efe90a9f 100644 --- a/include/help.php +++ b/include/help.php @@ -1,6 +1,6 @@ <?php -use \Michelf\MarkdownExtra; +use Michelf\MarkdownExtra; use CommerceGuys\Intl\Language\LanguageRepository; require_once('include/items.php'); |