From 43681920a0f1b526553d6965d6e7c69b977b6bcd Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 8 Nov 2010 11:42:43 +0000 Subject: [PATCH] fix typo --- include/functions_images.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 57e8d83b..53276f0b 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -2215,7 +2215,7 @@ function &serendipity_getImageData($sRelativePath) { 'authorid' => 0, 'hotlink' => 0, 'id' => $sRelativePath, - 'realname' => $sFilename + 'realname' => $sFileName ); return $array;