From c01f7f98ae88fd86331070ca24b6d640bbe90bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 16 Mar 2023 12:03:49 +0100 Subject: [PATCH] reinsert Friendica\DI (accidentially removed before) --- mod/photos.php | 1 + 1 file changed, 1 insertion(+) 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;