coding convention applied
This commit is contained in:
parent
a2ccdf1fec
commit
cd2ed72b37
|
@ -68,8 +68,9 @@ class Photo {
|
|||
$this->image->destroy();
|
||||
return;
|
||||
}
|
||||
if (is_resource($this->image))
|
||||
if (is_resource($this->image)) {
|
||||
imagedestroy($this->image);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user