Skip to content

Commit b9974a0

Browse files
committed
Fixed preprocessor skip command bug.
1 parent 93efca1 commit b9974a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/utils/PreprocessorUtils.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static function addPreprocessor($name, $binaryName, $url, $keyspaceComman
5454
$limitCommand = null;
5555
}
5656

57-
$preprocessor = new Preprocessor(null, $name, $url, $binaryName, $keyspaceCommand, $limitCommand, $limitCommand);
57+
$preprocessor = new Preprocessor(null, $name, $url, $binaryName, $keyspaceCommand, $skipCommand, $limitCommand);
5858
Factory::getPreprocessorFactory()->save($preprocessor);
5959
}
6060

0 commit comments

Comments
 (0)