projects
/
project/context.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bea42d9
)
Fix for PHP notices.
author
young hahn
Sat, 20 Jun 2009 20:32:32 +0000 (20:32 +0000)
committer
young hahn
Sat, 20 Jun 2009 20:32:32 +0000 (20:32 +0000)
context.core.inc
patch
|
blob
|
blame
|
history
diff --git
a/context.core.inc
b/context.core.inc
index
4a5fe4c
..
8338cbf
100644
(file)
--- a/
context.core.inc
+++ b/
context.core.inc
@@
-424,6
+424,8
@@
function context_block_list($region) {
$block->status = 1;
$block->enabled = TRUE;
$block->page_match = TRUE;
+ $block->throttle = FALSE;
+ $block->title = '';
$blocks[$block->region]["{$block->module}_{$block->delta}"] = $block;
}
}