Merge pull request #3992 from zeroadam/Photo-hotfix

Use Exception
This commit is contained in:
Hypolite Petovan 2017-12-01 19:07:29 -05:00 committed by GitHub
commit 558f9d263d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use Friendica\Core\Config;
use Friendica\Core\System;
use Friendica\Database\DBM;
use dba;
use Exception;
use Imagick;
use ImagickPixel;