summaryrefslogtreecommitdiff
path: root/modules/block/block.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-31 16:46:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-31 16:46:32 +0000
commita244b45cfbbb22d9087ff0accf83d30e2050a618 (patch)
tree31a78270ff18fc21e8869dd9d54544249d8b34c6 /modules/block/block.module
parentdf78741823ae9fd2d2201b08889b47a4958928c8 (diff)
downloadbrdo-a244b45cfbbb22d9087ff0accf83d30e2050a618.tar.gz
brdo-a244b45cfbbb22d9087ff0accf83d30e2050a618.tar.bz2
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().
Diffstat (limited to 'modules/block/block.module')
-rw-r--r--modules/block/block.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index f99a9bbc3..92c8fc542 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -235,7 +235,7 @@ function block_block_view($delta = 0, $edit = array()) {
*
* Render blocks into their regions.
*/
-function block_page_alter($page) {
+function block_page_build(&$page) {
global $theme;
// The theme system might not yet be initialized. We need $theme.