Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.6
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2009 at 22:06 UTC
Updated:
20 Aug 2009 at 02:30 UTC
This is a very odd bug- when I updated Biblio from 6.x-1.5 to 6.x-1.6, the title of my site's front page suddenly changed to the title of the most recent Biblio node posted. This bug only seems to address the front page. Has anyone else seen this behavior?
Comments
Comment #1
rjerome commentedI know where this is happening in the code, but I'm not sure why it's happening for you. Do you have any "Views" on the front page which contain biblio nodes?
Ron.
Comment #2
danepowell commentedYes- my front page is actually a View of most types of content, including Biblio nodes.
Comment #3
rjerome commentedOk, That's probably the issue then, I'll work on a fix.
If you want an immediate fix, just comment out line 945 in biblio.module.
Ron.
Comment #4
rjerome commentedOpps I lied, comment out line 1621 instead.
Ron.
Comment #5
danepowell commentedI can confirm that that fixes the issue- thanks!
Comment #6
rjerome commentedI'll add some code to determine whether views is being used, and if so not set the title.
Ron
Comment #7
rjerome commentedThis is now fixed in the -dev version.