]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
Refactor namespaces
[friendica.git] / src / Model / Photo.php
index f22e6b86c7e5e7cafce350124ed05b54a3be66fd..6f2bbd0039dab4e04ac86d5e2fb1726b63889f10 100644 (file)
@@ -220,7 +220,7 @@ class Photo extends BaseObject
                $fields = self::getFields();
                $values = array_fill(0, count($fields), "");
                $photo = array_combine($fields, $values);
-               $photo["backend-class"] = \Friendica\Model\Storage\SystemResource::class;
+               $photo["backend-class"] = Storage\SystemResource::class;
                $photo["backend-ref"] = $filename;
                $photo["type"] = $mimetype;
                $photo["cacheable"] = false;