nursit / AdaptiveImages

Automated Adapive Image solution
http://openweb.eu.org/277
GNU General Public License v3.0
11 stars 2 forks source link

Warning dans certains cas où l’image source n’existe pas #17

Open marcimat opened 11 months ago

marcimat commented 11 months ago

La fonction processImgTag peut recevoir une balise img tel que <img src="IMG/logo/rubon611.jpg" class="spip_logo" alt=""/>.

Si cette image n’existe pas, $this->imgAdaptiveMarkup(...) est appelé avec le paramètre $extension qui est alors indéfini.

Warning: Undefined variable $extension in AdaptiveImages.php on line 789

https://github.com/nursit/AdaptiveImages/blob/master/AdaptiveImages.php#L789