- change Smarty does no longer mask out E_NOTICE by default during template processing

This commit is contained in:
uwe.tews@googlemail.com
2010-10-19 16:06:52 +00:00
parent 147c5d0631
commit be02af7246
3 changed files with 10 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ class Smarty_Internal_Compile_Private_Special_Variable extends Smarty_Internal_C
$compiled_ref = $compiled_ref . "[$_ind]";
}
}
return $compiled_ref;
return "(isset($compiled_ref)? $compiled_ref : null)";
}
}