Fixed: object instead of soc and vis versa.

This commit is contained in:
Laurent Destailleur
2015-01-15 03:51:47 +01:00
parent c5a3b4481e
commit e20c1decdf
3 changed files with 7 additions and 6 deletions

View File

@@ -4574,6 +4574,7 @@ function dol_eval($s,$returnvalue=0)
global $leftmenu;
global $rights;
global $object;
global $soc;
//print $s."<br>\n";
if ($returnvalue) return @eval('return '.$s.';');