another php5 combat assign reference issue
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user