File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public function changedInfo(array $clean_meta)
214214 $ newRtd = $ location ->find ($ clean_meta ['rtd_location_id ' ]['new ' ]);
215215 $ newRtdName = $ newRtd ? e ($ newRtd ->name ) : trans ('general.deleted ' );
216216
217- $ clean_meta ['rtd_location_id ' ]['old ' ] = $ clean_meta ['rtd_location_id ' ]['old ' ] ? "[id: " .$ clean_meta ['rtd_location_id ' ]['old ' ]."] " . $ oldRtdName : 'foo ' ;
217+ $ clean_meta ['rtd_location_id ' ]['old ' ] = $ clean_meta ['rtd_location_id ' ]['old ' ] ? "[id: " .$ clean_meta ['rtd_location_id ' ]['old ' ]."] " . $ oldRtdName : '' ;
218218 $ clean_meta ['rtd_location_id ' ]['new ' ] = $ clean_meta ['rtd_location_id ' ]['new ' ] ? "[id: " .$ clean_meta ['rtd_location_id ' ]['new ' ]."] " . $ newRtdName : trans ('general.unassigned ' );
219219 $ clean_meta ['Default Location ' ] = $ clean_meta ['rtd_location_id ' ];
220220 unset($ clean_meta ['rtd_location_id ' ]);
You can’t perform that action at this time.
0 commit comments