mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Merge branch '3.6' of github.com:alchemy-fr/Phraseanet into 3.6
This commit is contained in:
@@ -74,7 +74,6 @@ return call_user_func(
|
||||
{
|
||||
/* @var $twig \Twig_Environment */
|
||||
$twig = $app['Core']->getTwig();
|
||||
// var_dump($twig->getLoader()->getPaths());
|
||||
$browser = \Browser::getInstance();
|
||||
|
||||
if (!$browser->isMobile())
|
||||
|
@@ -566,7 +566,7 @@ class Edit extends RecordHelper
|
||||
)
|
||||
);
|
||||
|
||||
$record->set_metadatas($metas);
|
||||
$record->set_metadatas($metas, true);
|
||||
}
|
||||
|
||||
$newstat = $record->get_status();
|
||||
|
Reference in New Issue
Block a user