Forgot a ;
This commit is contained in:
parent
36f600aaf2
commit
ba76af3488
|
@ -470,7 +470,7 @@ class Photo {
|
||||||
|
|
||||||
$quality = FALSE;
|
$quality = FALSE;
|
||||||
|
|
||||||
ob_start()
|
ob_start();
|
||||||
|
|
||||||
switch($this->getType()){
|
switch($this->getType()){
|
||||||
case "image/png":
|
case "image/png":
|
||||||
|
|
Loading…
Reference in a new issue