Révision 1662eb69
Ajouté par Jocelyn Delande il y a presque 11 ans
class/site_point.class.php | ||
---|---|---|
50 | 50 |
if (isset($params['image_loop'])) { |
51 | 51 |
$this->params['image_loop'] = (bool)($params['image_loop']); |
52 | 52 |
} |
53 |
return $params; |
|
53 |
return $this->params;
|
|
54 | 54 |
} |
55 | 55 |
} |
56 | 56 |
return array(); |
Formats disponibles : Unified diff
fixes bug : image_loop not returned properly after being parsed from file