From 802c1dc18e8458434aa90614ae1775b23a26afb9 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 17 Oct 2012 18:01:16 +0200 Subject: [PATCH] another php5 compat assigned by reference --- 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 a6f817ea..de85df40 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -2368,7 +2368,7 @@ function serendipity_parseMediaProperties(&$dprops, &$keywords, &$media, &$props if (!$is_edit) { $type = 'readonly'; } - $val =& serendipity_mediaTypeCast($parts[0], $props['base_property'][$parts[0]], true); + $val = serendipity_mediaTypeCast($parts[0], $props['base_property'][$parts[0]], true); $propkey = htmlspecialchars($parts[0]) . $idx;