Merge pull request #61 from muskie9/patch-2

DOCS README $controller incorrect in example
This commit is contained in:
Daniel Hensby 2016-03-20 00:05:27 +00:00
commit 37be2b85a0

View File

@ -435,7 +435,7 @@ Here is an example of what we could do here:
}
}
$this->controller->redirect($controller->Link() . 'finished');
$this->controller->redirect($this->controller->Link() . 'finished');
}
}