Success

User tests: Successful: Unsuccessful:

avatar MATsxm
MATsxm
28 Jun 2013

Following: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=31280

Loadmodule does not support htmlspecialchars when passing a title. This is
because the article is saved with htmlspecialchars. The module title needs to
be decoded before matching.

plugins/content/loadmodule/loadmodule.php
line 100 <<
$name = trim($matchesmodlist[1])

$name = htmlspecialchars_decode(trim($matchesmodlist[1]))

avatar MAT978 MAT978 - open - 28 Jun 2013
avatar elinw
elinw - comment - 1 Jul 2013

Merged

Add a Comment

Login with GitHub to post a comment