resolution du bug #2781808
This commit is contained in:
parent
dcabb39d47
commit
e2d7b9f9bd
2 changed files with 34 additions and 12 deletions
|
|
@ -225,7 +225,6 @@ class STRIPIT_Cache
|
|||
function getCache()
|
||||
{
|
||||
echo $this->cache_data;
|
||||
//exit();
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -276,7 +275,7 @@ class STRIPIT_Cache
|
|||
if ($i != 0) {
|
||||
$str .= ',';
|
||||
}
|
||||
$str .= '\''.$key.'\' => \''.$value.'\''.$br;
|
||||
$str .= '\''.str_replace("'", "\'", $key).'\' => \''.$value.'\''.$br;
|
||||
$i++;
|
||||
}
|
||||
$str .= ');'.$br;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue