Details
- 
    Bug 
- 
    Resolution: Done
- 
    Major 
- 
    None
- 
    None
Description
In ContentPage.activeReferringContent there is a loop
            while (referingPagesEnum.hasMoreElements ()) { 
                JahiaPage curPage = (JahiaPage) referingPagesEnum.nextElement (); 
Interestingly the curPage variable is never used inside the loop. Looks like a bug as the loop is senseless then!