From 49a325e7aecb2ba33bac0c7cf5fa74dcefd3ba31 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Jan 2016 14:10:27 +0100 Subject: [PATCH] Fix: We must ue the "small" size of imge to show on card pages. --- htdocs/user/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 5d63c755417..6324a6bb37f 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -1213,7 +1213,7 @@ else // Photo print ''; - print $form->showphoto('userphoto',$object,100); + print $form->showphoto('userphoto',$object,100,0,0,'photowithmargin','small'); print ''; print ''."\n";