diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-12 06:27:06 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-12 06:27:06 +0000 |
commit | a3a420c3e6f3805a91448c877a8a423f7232198c (patch) | |
tree | 355650769d2e533c6dc6c6d38ad057cca622b727 /modules/blog | |
parent | f76acb2d9d421ff705be6fd2713b8cc2c007e1df (diff) | |
download | brdo-a3a420c3e6f3805a91448c877a8a423f7232198c.tar.gz brdo-a3a420c3e6f3805a91448c877a8a423f7232198c.tar.bz2 |
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.pages.inc b/modules/blog/blog.pages.inc index d44bbf5fa..b48ec4000 100644 --- a/modules/blog/blog.pages.inc +++ b/modules/blog/blog.pages.inc @@ -12,7 +12,7 @@ function blog_page_user($account) { global $user; - drupal_set_title($title = t("@name's blog", array('@name' => $account->name)), PASS_THROUGH); + drupal_set_title($title = t("@name's blog", array('@name' => $account->name))); $items = array(); |