From 9e12b4e39bbe27c7749b82d527ffb74cda05ed8d Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 7 Nov 2008 12:39:48 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4809 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/document/document.item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/document/document.item.php b/modules/document/document.item.php index a317a2e6b..5a11e140f 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -576,7 +576,7 @@ $buff = null; foreach($buffs as $key => $val) { - $buff .= sprintf('%s', $path, $val, $val, $val); + $buff .= sprintf('%s', $path, $val, $val, $val); } return $buff; }