mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Merge branch '3.8'
Conflicts: bin/console lib/Alchemy/Phrasea/Controller/Api/V1.php lib/Alchemy/Phrasea/Controller/Prod/Edit.php lib/Alchemy/Phrasea/Core/Version.php lib/classes/API/V1/Interface.php lib/classes/API/V1/adapter.php lib/classes/Feed/XML/Abstract.php lib/classes/Feed/XML/Cooliris.php lib/classes/User/Adapter.php lib/classes/media/Permalink/Adapter.php lib/classes/media/abstract.php lib/classes/media/subdef.php lib/classes/p4file.php lib/classes/record/preview.php lib/conf.d/_GV_template.inc tests/Alchemy/Tests/Phrasea/Controller/Api/ApiTestCase.php tests/Alchemy/Tests/Phrasea/Core/Provider/FileServeServiceProviderTest.php tests/classes/media/Permalink/media_Permalink_AdapterTest.php
This commit is contained in:
@@ -518,7 +518,7 @@ class module_report_nav extends module_report
|
||||
$this->result[] = [
|
||||
'photo' =>
|
||||
"<img style='width:" . $x->get_width() . "px;height:" . $x->get_height() . "px;'
|
||||
src='" . $x->get_url() . "'>"
|
||||
src='" . (string) $x->get_url() . "'>"
|
||||
, 'record_id' => $record->get_record_id()
|
||||
, 'date' => $this->app['date-formatter']->getPrettyString($document->get_creation_date())
|
||||
, 'type' => $document->get_mime()
|
||||
|
Reference in New Issue
Block a user