From b1a308bee06b5cd059038b24990b03a885eb0493 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 17 May 2006 11:38:34 +0000 Subject: [PATCH] Merge from 1.6 branch. --- lib/blocklib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocklib.php b/lib/blocklib.php index c152fd44b1..6196d01427 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -240,7 +240,7 @@ function blocks_have_content(&$pageblocks, $position) { if(!$obj->is_empty()) { // cache rec and obj // for blocks_print_group() - $instance->rec = $rec; + $instance->rec = $record; $instance->obj = $obj; return true; } -- 2.39.5