Skip to content

Commit

Permalink
#PLAT-2279 #time 2m
Browse files Browse the repository at this point in the history
  • Loading branch information
blItzkrIg1o1 committed Dec 21, 2014
1 parent 0ae448e commit e0a80bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function run($fp, array $args = array()) {
$entryIds = explode(",", $entryIdStr);
$entryChunks = array_chunk($entryIds, self::ENTRY_CHUNK_SIZE);

$headers = $this->printHeaders($fp, "ENTRY ID");
$headers = $this->printHeaders($fp, "Entry Id");
$values = array();
// Execute all engines
foreach ( $entryChunks as $entryChunk ) {
Expand Down

0 comments on commit e0a80bf

Please sign in to comment.