1
0
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:
secretr
2012-08-23 13:06:01 +00:00
parent 9d61b37214
commit b2d9bf0242
3 changed files with 6 additions and 3 deletions

View File

@@ -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;
}