]> git.mxchange.org Git - friendica.git/commitdiff
Added missing `use` statement (again), thanks to @MrPetovan
authorRoland Häder <roland@mxchange.org>
Tue, 18 Oct 2022 14:25:26 +0000 (16:25 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Oct 2022 14:26:35 +0000 (16:26 +0200)
Yes, we need more unit-testing! Not only to rely on your IDE that it will locate
it for you.

mod/oexchange.php

index 79a5b06fdb9c60e0e3fa9ee122f4f9180cb3bee8..f914e1e1778348650193079db2ad563e94fad7a5 100644 (file)
@@ -21,6 +21,7 @@
 
 use Friendica\App;
 use Friendica\Content\Text\BBCode;
+use Friendica\Content\Text\HTML;
 use Friendica\Core\System;
 use Friendica\DI;
 use Friendica\Module\Response;