Skip to content

Commit

Permalink
Update jgrid.php (#22947)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeforJoomla Boy authored and wilsonge committed Nov 6, 2018
1 parent c092ab6 commit 2a76a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/cms/html/jgrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public static function orderUp($i, $task = 'orderup', $prefix = '', $text = 'JLI
$prefix = array_key_exists('prefix', $options) ? $options['prefix'] : '';
}

return static::action($i, $task, $prefix, $text, false, 'uparrow', 'uparrow_disabled', $enabled, true, $checkbox, $formId);
return static::action($i, $task, $prefix, $text, $text, false, 'uparrow', 'uparrow_disabled', $enabled, true, $checkbox, $formId);
}

/**
Expand Down Expand Up @@ -420,6 +420,6 @@ public static function orderDown($i, $task = 'orderdown', $prefix = '', $text =
$prefix = array_key_exists('prefix', $options) ? $options['prefix'] : '';
}

return static::action($i, $task, $prefix, $text, false, 'downarrow', 'downarrow_disabled', $enabled, true, $checkbox, $formId);
return static::action($i, $task, $prefix, $text, $text, false, 'downarrow', 'downarrow_disabled', $enabled, true, $checkbox, $formId);
}
}

0 comments on commit 2a76a1d

Please sign in to comment.