Merge pull request #4313 from shoaibali/3.2

Unable to migrate down
This commit is contained in:
Daniel Hensby 2015-06-19 16:28:08 +01:00
commit 9110e689cf

View File

@ -16,7 +16,7 @@
* protected $description = "Description"; // description of what it does * protected $description = "Description"; // description of what it does
* *
* public function run($request) { * public function run($request) {
* if ($request->param('Direction') == 'down') { * if ($request->getVar('Direction') == 'down') {
* $this->down(); * $this->down();
* } else { * } else {
* $this->up(); * $this->up();