mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge branch 'clean-boxes' into merge-clean-boxes
This commit is contained in:
@@ -132,7 +132,7 @@ class PermalinkController extends AbstractDelivery
|
||||
return $this->deliverContentWithCaptionLink($request, $record, $subdef, $watermark, $stamp, $token);
|
||||
}
|
||||
|
||||
$collection = \collection::get_from_base_id($this->app, $record->get_base_id());
|
||||
$collection = \collection::getByBaseId($this->app, $record->get_base_id());
|
||||
switch ($collection->get_pub_wm()) {
|
||||
default:
|
||||
case 'none':
|
||||
|
Reference in New Issue
Block a user