Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petersphilo authored Apr 3, 2023
1 parent b38d22f commit 16a4c99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public function getConfigUrl() {
*/
public function enable()
{
$social_invite=Yii::$app->getModule('social_invite');

parent::enable();

$social_invite=Yii::$app->getModule('social_invite');

if ($social_invite->settings->get('theGroup') == '') {
$social_invite->settings->set('theGroup', 0);
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@


### 1.1.2

bug fix


### 1.1.1

small edit
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"keywords": [
"users", "invite"
],
"version": "1.1.1",
"version": "1.1.2",
"humhub": {
"minVersion": "1.12.0"
},
Expand Down

0 comments on commit 16a4c99

Please sign in to comment.