Skip to content

Commit

Permalink
Fix for #215
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 11, 2024
1 parent 2e8ea0f commit 5e2d5d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Bread
* Plugin URI: https://bmlt.app
* Description: Maintains and generates PDF Meeting Lists from BMLT.
* Version: 2.8.1
* Version: 2.8.2
* Author: bmlt-enabled
* Author URI: https://bmlt.app/
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/class-bread.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private function loadAllSettings($holder): int
}
if ($this->allSettings === false) {
$this->allSettings = array();
$this->allSettings[1] = array();
$this->allSettings[1] = "Default Setting";
$this->maxSetting = 1;
} else {
foreach ($this->allSettings as $key => $value) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na
Requires PHP: 8.1
Requires at least: 6.2
Tested up to: 6.7.1
Stable tag: 2.8.1
Stable tag: 2.8.2

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 5e2d5d2

Please sign in to comment.