Closed (fixed)
Project:
Fieldable Panels Panes (FPP)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2014 at 13:39 UTC
Updated:
6 Jan 2015 at 05:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
magicmyth commentedComment #2
magicmyth commentedIt might be worth considering in this issue. fieldable_panels_panes_metadata_fpp_get_properties() will return the base site path if the path is empty (the behaviour of url() if an empty string is passed.). E.g. "/". Should it maybe return nothing if the value matches $base_path?
Comment #3
damienmckennaThanks for the patch, I'll review it soon.
FYI when you upload a new patch you should also change the status to "Needs review", that will trigger the test bot to take a run through the code and also notify me (and other contributors) that there's some code to review.
Comment #4
magicmyth commentedDoh! Forgot to update the status. Thanks for still taking notice though :)
Comment #5
zambrey commentedThanks, the patch works fine.
Comment #6
damienmckennaCommitted. Thanks.