Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Minor bug link
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo082 committed Jul 3, 2017
1 parent aec9fad commit 033cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Execution.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function computeData() {
public function computeDataOfView(View $view) {
if ($view->getData() != null) {
$this->flash = array_merge($this->flash, $view->getData()->getFlash());
$red = $view->getData()->getRedirection($this->entityInfo->name);
$red = $view->getData()->getRedirection($this->entityInfo->getId());
if ($red != null)
$this->redirection = $red;
}
Expand Down

0 comments on commit 033cfa1

Please sign in to comment.