Pasar al contenido principal

Invalid placeholder in vpr call

Drupal Project
Module Version
7.x-3.8
Drupal Version
7.27
Comment

robertoguzman@…

Jue, 22/05/2014 - 19:21

este error se corrige cambiando las siguientes lineas

views/plugins/views_plugin_display.inc

-          vpr('Invalid display extender @extender', array('@handler' => $extender));
+          vpr('Invalid display extender @extender', array('@extender' => $extender));

La solucion esta aca https://drupal.org/node/2200309