r23340 - spip/ecrire/inc

Author: marcimat@rezo.net
Date: 2017-01-18 14:22:34 +0100 (mer, 18 jan 2017)
New Revision: 23340

Log:
Compatibilité PHP 7.1 : minipipe() utilise call_user_func() qui ne peut pas transmettre de variable par référence. Une notice est maintenant générée en PHP 7.1.

"call_user_func() and call_user_func_array() will now always throw errors when trying to call a method whose signature has references. Previously this sometimes worked if call_user_func() was used outside a namespace."

Modified:
   spip/ecrire/inc/pipelines.php

Details: http://core.spip.org/projects/spip/repository/revisions/23340