Bug #29406

kickstart:commandcontroller renders appendContent() code

Added by Robert Lemke almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-01
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:TYPO3 Flow Base Distribution - 1.0 beta 2
Affected Flow version:

Description

The code rendered by this kickstart command renders

$this->response->appendContent(sprintf('You called the example command and passed "%s" as the first argument.', $requiredArgument));

but should render

$this->outputLine('You called the example command and passed "%s" as the first argument.', array($requiredArgument));

History

#1 Updated by Karsten Dambekalns almost 4 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns

#2 Updated by Mr. Hudson almost 4 years ago

Patch set 1 of change Ica455ab8c7c2d848298bebacf84ae7b817351bde has been pushed to the review server.
It is available at http://review.typo3.org/4824

#3 Updated by Karsten Dambekalns almost 4 years ago

  • Status changed from Accepted to Under Review

#4 Updated by Karsten Dambekalns almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Fixed as part of https://review.typo3.org/#change,4856 by now.

Also available in: Atom PDF