Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakual authored and wilsonge committed Apr 23, 2014
1 parent 875e503 commit 6ea9477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function saveorder()
JSession::checkToken() or jexit(JText::_('JINVALID_TOKEN'));

JLog::add('CategoriesControllerCategories::saveorder() is deprecated. Function will be removed in 4.0', JLog::WARNING, 'deprecated');

// Get the arrays from the Request
$order = $this->input->post->get('order', null, 'array');
$originalOrder = explode(',', $this->input->getString('original_order_values'));
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_menus/controllers/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function saveorder()
JSession::checkToken() or jexit(JText::_('JINVALID_TOKEN'));

JLog::add('MenusControllerItems::saveorder() is deprecated. Function will be removed in 4.0', JLog::WARNING, 'deprecated');

// Get the arrays from the Request
$order = $this->input->post->get('order', null, 'array');
$originalOrder = explode(',', $this->input->getString('original_order_values'));
Expand Down

0 comments on commit 6ea9477

Please sign in to comment.