From: Jakobus Schürz Date: Thu, 16 Mar 2023 11:03:49 +0000 (+0100) Subject: reinsert Friendica\DI (accidentially removed before) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c01f7f98ae88fd86331070ca24b6d640bbe90bca;p=friendica.git reinsert Friendica\DI (accidentially removed before) --- diff --git a/mod/photos.php b/mod/photos.php index a08b569ced..18db9c15d9 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -32,6 +32,7 @@ use Friendica\Core\Renderer; use Friendica\Core\System; use Friendica\Database\DBA; use Friendica\Database\DBStructure; +use Friendica\DI; use Friendica\Model\Contact; use Friendica\Model\Item; use Friendica\Model\Photo;