Problem/Motivation

Module has the module file as htmLawed.module, but the module name is htmlawed.

Proposed resolution

Update file name.

Comments

geovanni.conti created an issue. See original summary.

geovanni.conti’s picture

StatusFileSize
new13.08 KB
alpha2zee’s picture

Assigned: Unassigned » alpha2zee

Thank you, but can you tell me how important is this filename issue? Is it just aesthetics? Also, please comment more on the 'break codes'. I did not understand it.

geovanni.conti’s picture

Hi alpha2zee.

It's not just aesthetics issue, it is returning error in the libraries_load because it can't load the htmLawed lib.

Notice: Undefined index: installed in libraries_load() (line 707 of modules/contrib/libraries/libraries.module).
libraries_load('htmLawed') (Line: 64)
...

geovanni.conti’s picture

Also, this issue will not happen for MacOS, because PHP is not case sensitive for this OS.

alpha2zee’s picture

Status: Active » Fixed

Thank you for clarifying. I have released 8.x-3.5 to fix this issue. The htmLawed.module file was renamed to htmlawed.module.

alpha2zee’s picture

Status: Fixed » Closed (fixed)