Ошибка Function set_magic_quotes_runtime()

Главные вкладки

Аватар пользователя Ruslan413 Ruslan413 3 августа 2011 в 20:49

После обновления хостером PHP до версии 5.3 стала выскакивать ошибка:

Function set_magic_quotes_runtime() is deprecated in /home/forelekt/public_html

Вроде нашел как исправить на http://drupal.org/node/1222540

Issue Summary

Revision 1 by Anonymous (not verified) on August 2, 2011 at 10:41am

Nagging message due to copy-and-past mistake:

function wf_field_property_get($entity, array $options, $name, $entity_type, &$context) {
   module_load_include('inc', 'wf_field', 'includes/wf_field_property.wrapper');
   // todo clarify
-  return new WfFieldPropertyWrapper($entity, $options, $name, $entity_type, &$context);
+  return new WfFieldPropertyWrapper($entity, $options, $name, $entity_type, $context);
}

Но не могу понять, где это сделать. Подскажите, плиз!