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

Commit a1670e0

Browse files
committed
removing an unnecessary var for getpatternspecific data
1 parent 460e4b8 commit a1670e0

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
@@ -63,7 +63,7 @@ public function run() {
6363

6464
if ($name[0] != ":") {
6565

66-
$data = Data::getPatternSpecificData($patternStoreKey,$patternFooterData);
66+
$data = Data::getPatternSpecificData($patternStoreKey);
6767
$data = array_merge($data,array("styleModifier" => $class));
6868
$srcPath = (isset($patternStoreData["pseudo"])) ? PatternData::$store[$patternStoreData["original"]]["pathName"] : $patternStoreData["pathName"];
6969
$code = Render::Pattern($srcPath,$patternStoreKey,$data);

0 commit comments

Comments
 (0)