Projet

Général

Profil

« Précédent | Suivant » 

Révision 1662eb69

ID1662eb698db92f4360c9d566e59ee6f48f71d4f0
Parent 99204edb
Enfant 09995259

Ajouté par Jocelyn Delande il y a plus de 10 ans

fixes bug : image_loop not returned properly after being parsed from file

Fichiers

  • ajouté
  • modifié
  • copié
  • renommé
  • supprimé

Voir les différences

Révisions

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();