Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Forward #3784
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Schindler committed Feb 15, 2013
2 parents 9c7bfa3 + f07fafa commit dfbc5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Controller/Plugin/FilePostRedirectGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function getSessionContainer()
*/
public function setSessionContainer(Container $container)
{
$this->sessionContainer = container;
$this->sessionContainer = $container;
return $this;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Zend\Mvc\ResponseSender;

use Zend\Mvc\ResponseSender\SendResponseEvent;;
use Zend\Mvc\ResponseSender\SendResponseEvent;

interface ResponseSenderInterface
{
Expand Down

0 comments on commit dfbc5da

Please sign in to comment.