mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Gallery - auto pause on hover (slideshow), fix of newly created bug
This commit is contained in:
@@ -935,6 +935,7 @@ class e_shortcode
|
||||
*/
|
||||
public function addParserVars($array)
|
||||
{
|
||||
if(!is_array($array)) return $this;
|
||||
$this->var = array_merge($this->var, $array);
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user