Skip to content

Commit

Permalink
upd CI2 to CI3
Browse files Browse the repository at this point in the history
  • Loading branch information
arion85 committed Oct 10, 2016
1 parent 9e6dd9f commit 9f3de7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions configurator/application/controllers/Admin_accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ public function index()
}*/
$data['search_string_selected'] = $search_string;

$filter_session_data = 'ASC';

if ($order) {
$filter_session_data['order'] = $order;
} else {
Expand Down
2 changes: 1 addition & 1 deletion configurator/application/views/admin/keys/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function confirmDelete() {
//save the columns names in a array that we will use as filter
$options_countries = array(0 => '-Выберите страну-');
foreach ($countries as $array) {
$options_countries[$array['ID']] = $array['full_name'];
$options_countries[$array['id']] = $array['full_name'];
}

echo form_open('admin/keys', $attributes);
Expand Down

0 comments on commit 9f3de7e

Please sign in to comment.