Skip to content

Commit f201864

Browse files
committed
Signed-off-by: dustymc <[email protected]>
1 parent f80c3aa commit f201864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MediaSearch.cfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
<cfif (isdefined("collecting_event_id") and len(collecting_event_id) gt 0)>
458458
<cfset tabls = "#tabls#,media_relations mr_collecting_event">
459459
<cfset whr ="#whr# AND media_flat.media_id = mr_collecting_event.media_id ">
460-
<cfset srch="#srch# AND mr_collecting_event.media_relationship like '% collecting_event' and mr_locality.related_primary_key = #val(collecting_event_id)#">
460+
<cfset srch="#srch# AND mr_collecting_event.media_relationship like '% collecting_event' and mr_collecting_event.related_primary_key = #val(collecting_event_id)#">
461461
<cfset mapurl="#mapurl#&collecting_event_id=#collecting_event_id#">
462462
</cfif>
463463

0 commit comments

Comments
 (0)