X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=password_change.php;h=f8c47112a873f6efa6320f3cce2bdbd53cb61ae6;hb=bf5a31da67e50256caa4dae27f54832581dbcf7c;hp=832118f6c3fdb826e65c9a6a7d47a1997e797d2b;hpb=4dcb88a76a3de466ee6116ae0852f53ba2b259a5;p=timetracker.git diff --git a/password_change.php b/password_change.php index 832118f6..f8c47112 100644 --- a/password_change.php +++ b/password_change.php @@ -49,8 +49,8 @@ if ($user_id) { $smarty->assign('i18n', $i18n->keys); } if ($user->custom_logo) { - $smarty->assign('custom_logo', 'images/'.$user->team_id.'.png'); - $smarty->assign('mobile_custom_logo', '../images/'.$user->team_id.'.png'); + $smarty->assign('custom_logo', 'images/'.$user->group_id.'.png'); + $smarty->assign('mobile_custom_logo', '../images/'.$user->group_id.'.png'); } $smarty->assign('user', $user); }