mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
str_replace / by _ in labels of permalinks
This commit is contained in:
@@ -87,7 +87,7 @@ class PermalinkController extends AbstractDelivery
|
||||
'sbas_id' => $sbas_id,
|
||||
'record_id' => $record_id,
|
||||
'subdef' => $subdefName,
|
||||
'label' => $record->get_title(),
|
||||
'label' => str_replace('/', '_', $record->get_title()),
|
||||
'token' => $token,
|
||||
]
|
||||
);
|
||||
|
Reference in New Issue
Block a user