another php5 combat assign reference issue

This commit is contained in:
Ian 2012-10-17 18:04:07 +02:00
parent 8a42ed74c4
commit 22ab2433c7

@ -2364,7 +2364,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;