diff options
author | Andreas Gohr <andi@splitbrain.org> | 2024-11-22 12:15:40 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2024-12-04 10:51:14 +0100 |
commit | b3a16c4ac100c0a26ceba7db38e84ae3ce031ef5 (patch) | |
tree | d03283a1c441b46fef164c6f7d998dc5def0c592 /lib/plugins | |
parent | 7c184cfca36dde23d8ddd540c4826dfe1f86e2e3 (diff) | |
download | dokuwiki-b3a16c4ac100c0a26ceba7db38e84ae3ce031ef5.tar.gz dokuwiki-b3a16c4ac100c0a26ceba7db38e84ae3ce031ef5.zip |
Extension Manager: fix incorrect import
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/extension/Repository.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/Repository.php b/lib/plugins/extension/Repository.php index 03efcbe30..bd185c6f5 100644 --- a/lib/plugins/extension/Repository.php +++ b/lib/plugins/extension/Repository.php @@ -3,7 +3,7 @@ namespace dokuwiki\plugin\extension; use dokuwiki\Cache\Cache; -use dokuwiki\plugin\upgrade\HTTP\DokuHTTPClient; +use dokuwiki\HTTP\DokuHTTPClient; use JsonException; class Repository |