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

Correction erreur PHP

parent 3ebbf949
Branches
Tags
No related merge requests found
......@@ -212,7 +212,7 @@ class Class_WebService_Vignette {
$response = Class_WebService_AllServices::runServiceGetUrlVignette($args);
if ($response["statut_recherche"] !=2)
return $false;
return false;
$ret["vignette"]=$response["vignette"];
$ret["image"]=$response["image"];
......
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