X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=initialize.php;h=261ec7479dfd06d42689edbaae2a4bd9b0da33c0;hb=d5f3d27d84a808f8333822de5662b2cd3a2e322c;hp=5d721b8038f6538b56b41f30fd127e0d91221150;hpb=d952547e1d6e9f22fffd5cd76e2015d60045889f;p=timetracker.git diff --git a/initialize.php b/initialize.php index 5d721b80..261ec747 100644 --- a/initialize.php +++ b/initialize.php @@ -170,8 +170,8 @@ $msg = new ActionErrors(); // Notification messages (not errrors) for user. import('ttUser'); $user = new ttUser(null, $auth->getUserId()); 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);