Closed (cannot reproduce)
Project:
Freelinking
Version:
6.x-1.10
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 06:07 UTC
Updated:
14 Aug 2011 at 09:52 UTC
If I insert
Fonte: EnergyManager.net
into a blog entry, EnergyManager is transformed into a link
http://.../.../?q=freelinking/EnergyManager
in spite ho having CameCase disabled in the settings.
Comments
Comment #1
Grayside commentedPlease double-check the settings and clear the cache.
Comment #2
mpcabd commentedI've also faced the same problem, `freelinking_camelcase` is disabled and I cleared the cache but nothing happened, still every CamelCase word is converted into a link, I fixed that by editing `_freelinking_do_filtering` function in the module:
These lines were executed anyways, even if the previous if .. else if .. wasn't executed:
I moved those lines into the bodies of the if and else if so it can only be executed when the previous if .. else .. is executed and the problem was solved.
Comment #3
juampynr commentedI could not reproduce this issue. Here is what I did: