From dccb4c476a32c61d19bf98607347ca0e76f8464f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 20 Apr 2016 09:03:15 +0200 Subject: [PATCH] use html_url() for image --- views/bootstrap/class.UsrMgr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.UsrMgr.php b/views/bootstrap/class.UsrMgr.php index 6b4560857..e241b0a37 100644 --- a/views/bootstrap/class.UsrMgr.php +++ b/views/bootstrap/class.UsrMgr.php @@ -189,7 +189,7 @@ $(document).ready( function() { ?> - + html_link('RemoveUser', array('userid'=>$currUser->getID()), array('class'=>'btn'), ' '.getMLText("rm_user"), false); ?> hasImage()) - print ""; + print "html_url('UserImage', array('userid'=>$currUser->getId()))."\" >"; else printMLText("no_user_image"); ?>