mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
commit
9110e689cf
@ -16,7 +16,7 @@
|
||||
* protected $description = "Description"; // description of what it does
|
||||
*
|
||||
* public function run($request) {
|
||||
* if ($request->param('Direction') == 'down') {
|
||||
* if ($request->getVar('Direction') == 'down') {
|
||||
* $this->down();
|
||||
* } else {
|
||||
* $this->up();
|
||||
|
Loading…
Reference in New Issue
Block a user