Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit abf8820f authored by Nicolas's avatar Nicolas
Browse files

Correction de la valeur du paramètre data-bind

parent 41aa6ccc
No related branches found
No related tags found
No related merge requests found
......@@ -351,11 +351,11 @@ class ImageSlider extends Template implements BlockInterface
*/
public function getDataBind()
{
if (strlen($this->getData('databind')) === 0) {
if (strlen($this->getData('data')) === 0) {
return false;
}
return $this->getData('databind');
return $this->getData('data');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment