Forgot a ;

This commit is contained in:
Domovoy 2012-07-22 17:50:58 +02:00
parent 36f600aaf2
commit ba76af3488
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ class Photo {
$quality = FALSE;
ob_start()
ob_start();
switch($this->getType()){
case "image/png":