Completed
Pull Request — master (#55)
by Jason
03:42
created
code/FlexSliderExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
         // Flexslider options
9 9
         $animate = ($this->owner->Animate) ? 'true' : 'false';
10 10
         $loop = ($this->owner->Loop) ? 'true' : 'false';
11
-        $sync = ($this->owner->ThumbnailNav == true) ? "sync: '#carousel'," : '';
11
+        $sync = ($this->owner->ThumbnailNav==true) ? "sync: '#carousel'," : '';
12 12
         $before = (method_exists($this->owner->ClassName, 'flexSliderBeforeAction'))
13 13
             ? $this->owner->flexSliderBeforeAction()
14 14
             : 'function(){}';
Please login to merge, or discard this patch.