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

Commit ef772b4

Browse files
committed
proper vars for render
1 parent a1670e0 commit ef772b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function run() {
6666
$data = Data::getPatternSpecificData($patternStoreKey);
6767
$data = array_merge($data,array("styleModifier" => $class));
6868
$srcPath = (isset($patternStoreData["pseudo"])) ? PatternData::$store[$patternStoreData["original"]]["pathName"] : $patternStoreData["pathName"];
69-
$code = Render::Pattern($srcPath,$patternStoreKey,$data);
69+
$code = Render::Pattern($srcPath,$data);
7070

7171
$modifierCodeExists = true;
7272
}

0 commit comments

Comments
 (0)