Line 328 in the module file filefield_path.module

$item['value'] = preg_replace("/$regex/e", $replacement, $item['value']);

This needs to be replaced/updated with preg_replace_callback apparently.

Comments

tlaasri created an issue. See original summary.

tarik.cipix’s picture

Issue summary: View changes
tarik.cipix’s picture

Version: 7.x-1.0-beta4 » 7.x-1.0-rc3
Issue tags: +PHP, +preg_replace_callback(), +preg_replace
oadaeh’s picture