Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 5aff44e

Browse files
committed
copy fix
1 parent ef772b4 commit 5aff44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lib/PatternLab/PatternData/Helpers/Plugins/KSSHelperPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function run() {
6565

6666
$data = Data::getPatternSpecificData($patternStoreKey);
6767
$data = array_merge($data,array("styleModifier" => $class));
68+
6869
$srcPath = (isset($patternStoreData["pseudo"])) ? PatternData::$store[$patternStoreData["original"]]["pathName"] : $patternStoreData["pathName"];
6970
$code = Render::Pattern($srcPath,$data);
7071

0 commit comments

Comments
 (0)