From e8ebf13d091f42a2b3a0174c571ce5d2f2b53c81 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Fri, 4 Mar 2016 23:03:35 +0100 Subject: [PATCH] Fixed incorrect Imagick namespace #471 --- php/Modules/Photo.php | 1 + plugins/Diagnostics/index.php | 1 + 2 files changed, 2 insertions(+) diff --git a/php/Modules/Photo.php b/php/Modules/Photo.php index a39202c..9fabc8d 100755 --- a/php/Modules/Photo.php +++ b/php/Modules/Photo.php @@ -3,6 +3,7 @@ namespace Lychee\Modules; use ZipArchive; +use Imagick; final class Photo { diff --git a/plugins/Diagnostics/index.php b/plugins/Diagnostics/index.php index 3e7124b..307a774 100644 --- a/plugins/Diagnostics/index.php +++ b/plugins/Diagnostics/index.php @@ -9,6 +9,7 @@ namespace Diagnostics; use Mysqli; +use Imagick; use Lychee\Modules\Settings; $lychee = __DIR__ . '/../../';