Skip to content
Snippets Groups Projects
Commit 95debcc3 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Fix nophoto image path on company admin

parent 7f06727c
No related branches found
No related tags found
No related merge requests found
......@@ -777,7 +777,7 @@ else
}
else
{
print '<img height="30" src="'.DOL_URL_ROOT.'/theme/common/nophoto.jpg">';
print '<img height="30" src="'.DOL_URL_ROOT.'/public/theme/common/nophoto.jpg">';
}
print '</td></tr></table>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment