mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Fix some style
This commit is contained in:
parent
22a6d095e6
commit
b1cb8a044b
@ -61,7 +61,8 @@ if($data) {
|
||||
OCP\Util::DEBUG);
|
||||
if($image->crop($x1, $y1, $w, $h)) {
|
||||
if(($image->width() <= 200 && $image->height() <= 200)
|
||||
|| $image->resize(200)) {
|
||||
|| $image->resize(200)) {
|
||||
|
||||
$vcard = OC_Contacts_App::getContactVCard($id);
|
||||
if(!$vcard) {
|
||||
OC_Cache::remove($tmpkey);
|
||||
|
Loading…
Reference in New Issue
Block a user