Skip to content
Snippets Groups Projects
Commit 0f486df3 authored by llaffont's avatar llaffont
Browse files

Finalement forcer ini_set('arg_separator.output', '&'); n'est pas une bonne idée...

parent 70fcf41e
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@
class ZendAfi_View_Helper_TagPreview extends ZendAfi_View_Helper_BaseHelper {
public function tagPreview($url, $libelle) {
return
'<a data-prettyphoto="true" href="'.$url.'?'.http_build_query(['iframe' => 'true', 'width' => '95%', 'height' => '95%']).'" title="'.$libelle.'">
'<a data-prettyphoto="true" href="'.$url.'?'.http_build_query(['iframe' => 'true', 'width' => '95%', 'height' => '95%'], '', '&amp;').'" title="'.$libelle.'">
<img
src="'.URL_ADMIN_IMG.'picto/show.gif"
title="'.$libelle.'"
......
......@@ -26,8 +26,6 @@ if (!function_exists('xdebug_break')) {
function setupOpac() {
ini_set('arg_separator.output', '&amp;');
Zend_Loader::registerAutoload();
setupConstants();
require_once('requires.php');
......
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