Skip to content

Commit

Permalink
Bugfix for last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bleiweis committed May 31, 2017
1 parent 7b48533 commit 8d4f64a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion wbce/admin/preferences/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function build_page( &$admin, &$database )
$template->set_var('CODE', $rec_lang['directory']);
$template->set_var('NAME', $rec_lang['name']);
$template->set_var('FLAG', WB_URL.'/languages/'.$langIcons);
$template->set_var('FLAG_ROOT_ICON','url('.WB_URL.'/languages/'.strtoupper($page['language']).'.png)');
$template->set_var('SELECTED', (LANGUAGE == $rec_lang['directory'] ? ' selected="selected"' : '') );
$template->parse('language_list', 'language_list_block', true);
}
Expand Down
1 change: 0 additions & 1 deletion wbce/admin/settings/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
$template->set_var('CODE', $addon['directory']);
$template->set_var('NAME', $addon['name']);
$template->set_var('FLAG', WB_URL.'/languages/'.$langIcons);
$template->set_var('FLAG_ROOT_ICON','url('.WB_URL.'/languages/'.strtoupper($page['language']).'.png)');
$template->set_var('SELECTED', (DEFAULT_LANGUAGE == $addon['directory'] ? ' selected="selected"' : '') );
$template->parse('language_list', 'language_list_block', true);
}
Expand Down

0 comments on commit 8d4f64a

Please sign in to comment.