Skip to content

Conversation

@Timmy38
Copy link
Contributor

@Timmy38 Timmy38 commented Oct 30, 2025

No description provided.

@Timmy38 Timmy38 requested a review from eespie October 30, 2025 16:05
@Timmy38 Timmy38 added the internal Work made by Combodo label Oct 30, 2025
Comment on lines +121 to +122
$bUninstallable = $aModuleInfo['uninstallable'] === 'yes';
if (!$bUninstallable) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
$bUninstallable = $aModuleInfo['uninstallable'] === 'yes';
if (!$bUninstallable) {
if (!filter_var($aModuleInfo['uninstallable'], FILTER_VALIDATE_BOOLEAN)) {

Co-authored-by: Thomas Casteleyn <[email protected]>
@Timmy38 Timmy38 merged commit d4183ac into develop Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Work made by Combodo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants