?
avatar feichler
feichler
15 Apr 2014

According to this Joomla Magazine Article the improvements of JLayoutFile allow adding custom defined include paths to search for layout files.

The logic behind this is quite self-explaining, but I just does not work, as the render() function calls getPath() to find the appropriate layout file. This method now calls refreshIncludePaths() which resets the includePaths array, so any added include paths get lost.

A possible solution would be to just not reset the includePaths array while refreshing paths, but I don't know if this would destroy some other intended functionality

Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33618&start=8725

avatar feichler feichler - open - 15 Apr 2014
avatar phproberto
phproberto - comment - 17 Apr 2014

This should be already fixed in #3231

Can you please confirm it?

Thanks!!

avatar feichler
feichler - comment - 18 Apr 2014

I have just taken a quick look at the PR you mentioned. It seems this fixes the issue described.

Thanks

avatar zero-24 zero-24 - close - 23 Jul 2014
avatar brianteeman brianteeman - change - 23 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-23 14:59:40
avatar brianteeman brianteeman - close - 23 Jul 2014
avatar brianteeman
brianteeman - comment - 23 Jul 2014

Closing

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Removed: ?

Add a Comment

Login with GitHub to post a comment