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

rjerome’s picture

I 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.

Dane Powell’s picture

Yes- my front page is actually a View of most types of content, including Biblio nodes.

rjerome’s picture

Ok, 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.

rjerome’s picture

Opps I lied, comment out line 1621 instead.

Ron.

Dane Powell’s picture

I can confirm that that fixes the issue- thanks!

rjerome’s picture

I'll add some code to determine whether views is being used, and if so not set the title.

Ron

rjerome’s picture

Status: Active » Fixed

This is now fixed in the -dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.