Skip to content

Commit 087b254

Browse files
committed
Fix previous commit
1 parent 2ef9478 commit 087b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/src/Codebender/CompilerBundle/Handler/CompilerHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function main($request, $compiler_config)
115115
return array_merge($tmp, ($ARCHIVE_OPTION ===true) ? array("archive" => $ARCHIVE_PATH) : array());
116116

117117
// Log the names of the project files and the libraries used in it.
118-
if ($format == "autocomplete") {
118+
if ($format != "autocomplete") {
119119
$req_elements = array();
120120
$req_elements[] = "Files: ";
121121
foreach ($request["files"] as $file) {

0 commit comments

Comments
 (0)