Fixing copy/paste typo, caught by Howard Miller.

Penny can you please confirm that this is how it's supposed to be?
This commit is contained in:
defacer
2005-08-23 18:16:06 +00:00
parent 268955fed6
commit 3cdc4597f5
+2 -2
View File
@@ -251,8 +251,8 @@ function blocks_print_group(&$page, &$pageblocks, $position) {
else {
$maxweight = max(array_keys($pageblocks[$position]));
}
foreach ($instances as $instance) {
foreach ($pageblocks[$position] as $instance) {
if (!empty($instance->pinned)) {
$maxweight--;
}