issue 12664

This commit is contained in:
Marc Morales Valldepérez 2014-11-29 12:28:54 +01:00
parent d277c16a27
commit 2061a88c9d

View File

@ -23,7 +23,6 @@ class FormEnctypeNode extends SearchAndRenderBlockNode
{
parent::compile($compiler);
// Uncomment this as soon as the deprecation note should be shown
// $compiler->write('trigger_error(\'The helper form_enctype(form) is deprecated since version 2.3 and will be removed in 3.0. Use form_start(form) instead.\', E_USER_DEPRECATED)');
$compiler->write('trigger_error(\'The helper form_enctype(form) is deprecated since version 2.3 and will be removed in 3.0. Use form_start(form) instead.\', E_USER_DEPRECATED)');
}
}