aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/classes/ElggWidget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggWidget.php b/engine/classes/ElggWidget.php
index 2b6e977fe..e1c975777 100644
--- a/engine/classes/ElggWidget.php
+++ b/engine/classes/ElggWidget.php
@@ -109,7 +109,7 @@ class ElggWidget extends ElggObject {
* @return void
* @since 1.8.0
*/
- public function move($column, $position) {
+ public function move($column, $rank) {
$options = array(
'type' => 'object',
'subtype' => 'widget',