Fix nophoto image path on company admin

This commit is contained in:
Raphaël Doursenaud 2015-06-10 19:49:09 +02:00
parent 7f06727c56
commit 95debcc376

View File

@ -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>';