Skip to content

Commit

Permalink
Dev: typo that broke plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jan 26, 2021
1 parent 1a17d44 commit 6b4ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/PluginManager/PluginBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public function readConfigFile()
throw new \Exception('Internal error: Found no database entry for plugin id '.$this->id);
}
$this->checkActive($pluginModel);
$this->saveNscewVersion($pluginModel);
$this->saveNewVersion($pluginModel);
}
}
return true;
Expand Down

2 comments on commit 6b4ae5a

@olleharstedt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@Shnoulle
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tes is good to see typo : 1a17d44 ;)

Please sign in to comment.