Browse Source

Fixed incorrect Imagick namespace #471

Tobias Reich 8 years ago
parent
commit
e8ebf13d09
2 changed files with 2 additions and 0 deletions
  1. 1 0
      php/Modules/Photo.php
  2. 1 0
      plugins/Diagnostics/index.php

+ 1 - 0
php/Modules/Photo.php

@@ -3,6 +3,7 @@
 namespace Lychee\Modules;
 
 use ZipArchive;
+use Imagick;
 
 final class Photo {
 

+ 1 - 0
plugins/Diagnostics/index.php

@@ -9,6 +9,7 @@
 namespace Diagnostics;
 
 use Mysqli;
+use Imagick;
 use Lychee\Modules\Settings;
 
 $lychee = __DIR__ . '/../../';