Hi Guys
Today we were using bean_view() to render some beans, and we noticed that it always changes the page title by setting drupal_set_title().
This is nasty, sometimes you need the bean to print but not as the main content, so we don't need the bean to change it.
We had to use entity_view to go around this, but still, nasty.
Cheers
Comments
Comment #1
indytechcook commentedYes, I see. I updated the page callback to it's own function.
https://drupal.org/commitlog/commit/22232/09c359b7feac5efe2197c9f3e9cbc5...