Skip to content

Commit cca6c2a

Browse files
committed
Forgot to rename these [silly]
1 parent 268a9fd commit cca6c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Symfony/src/Codebender/BuilderBundle/Controller/DefaultController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ protected function compile($contents)
108108
}
109109

110110
unset($userAndLibmanLibraries['libraries']);
111-
$decoded['additionalCode'] = $userAndLibmanLibraries;
111+
$decodedResponse['additionalCode'] = $userAndLibmanLibraries;
112112

113-
return json_encode($decoded);
113+
return json_encode($decodedResponse);
114114
}
115115

116116
/**

0 commit comments

Comments
 (0)