mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix #135 : substitution of a story image
This commit is contained in:
@@ -436,7 +436,7 @@ class module_prod_route_records_edit extends module_prod_route_records_abstract
|
||||
try
|
||||
{
|
||||
$reg_record = $this->get_grouping_head();
|
||||
$reg_sbas_id = $reg_record->get_base_id();
|
||||
$reg_sbas_id = $reg_record->get_sbas_id();
|
||||
|
||||
$newsubdef_reg = new record_adapter($reg_sbas_id, $request->get('newrepresent'));
|
||||
|
||||
@@ -452,7 +452,7 @@ class module_prod_route_records_edit extends module_prod_route_records_abstract
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user