Skip to content
Snippets Groups Projects
Commit 56e84e14 authored by Laurent's avatar Laurent
Browse files

fix php 7.1 compatibility

parent d3aa1abb
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!2009Master,!2008Hotline master,!2006Php71fix
Pipeline #350 failed with stage
in 9 minutes and 8 seconds
......@@ -76,7 +76,7 @@ class ZendAfi_Controller_Action_Helper_View extends Zend_View {
if (file_exists($template)) {
$html = file_get_contents($template);
$blocs = '';
$blocs = [];
// Interpretation des IF-xxx
$pos_fin = 0;
while (true) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment