]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
Revert "Move Objects to Model"
[friendica.git] / mod / install.php
index 8df5d09352c8f84404038f783b2f4499bd7c3bea..0da8ec040f2a11d59bd587a033cc51b87cc2fe2f 100644 (file)
@@ -5,7 +5,7 @@
 use Friendica\App;
 use Friendica\Core\System;
 use Friendica\Database\DBM;
-use Friendica\Object\Image;
+use Friendica\Object\Photo;
 
 $install_wizard_pass = 1;
 
@@ -503,7 +503,7 @@ function check_imagik(&$checks) {
 
        if (class_exists('Imagick')) {
                $imagick = true;
-               $supported = Image::supportedTypes();
+               $supported = Photo::supportedTypes();
                if (array_key_exists('image/gif', $supported)) {
                        $gif = true;
                }