ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 13:20:13 +02:00
parent 18e8e943f5
commit 412b879da5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if($profil['AppUser']['take_systemwide']){
$url = $MEDIA.DS.$profil['User']['avatar'];
else
$url = $MEDIA.DS.$profil['AppUser']['avatar'];
if($edit and isset($url))
if($edit and !isset($url))
$url = 'img/icon_company.png';
?>
<img src="<?=$url;?>"/>