Merge pull request #3005 from GPCsolutions/nophotopathfix

Fix nophoto image path on company admin
This commit is contained in:
Juanjo Menent 2015-06-10 21:08:59 +02:00
commit bf7c3a0a6c

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