Skip to content

Commit

Permalink
Update bmlt-meeting-list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Nov 9, 2019
1 parent 23e8e3c commit 6eb42a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ function __construct() {

$current_settings = isset($holder['current-meeting-list']) ? intval($holder['current-meeting-list']) : 1;
$this->getMLOptions($current_settings);
$this->lang = $this->get_bmlt_server_lang();
$this->load_translations();
if (isset($holder['current-meeting-list']) && !is_admin()) {
add_action( 'plugins_loaded', array(&$this, 'bmlt_meeting_list' ));
Expand Down Expand Up @@ -524,7 +523,7 @@ function upgrade_settings() {
}
function bmlt_meeting_list($atts = null, $content = null) {
ini_set('max_execution_time', 600); // tomato server can take a long time to generate a schedule, override the server setting

$this->lang = $this->get_bmlt_server_lang();
// addServiceBody has the side effect that
// the service body option is overridden, so that it contains
// only the name of the service body.
Expand Down Expand Up @@ -1824,7 +1823,7 @@ function bmltrootserverurl_meta_box() {
* Adds settings/options page
*/
function admin_options_page() {

$this->lang = $this->get_bmlt_server_lang();
?>
<div class="connecting"></div>
<div class="saving"></div>
Expand Down

0 comments on commit 6eb42a5

Please sign in to comment.