mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Refactor record property (status, type)
update property route Fixed status Conflicts: lib/Alchemy/Phrasea/Controller/Prod/Record/Property.php
This commit is contained in:
@@ -1298,7 +1298,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
|
||||
$stmt->closeCursor();
|
||||
|
||||
try {
|
||||
$sphinx = sphinxrt::get_instance();
|
||||
$sphinx = sphinxrt::get_instance($this->app['phraseanet.registry']);
|
||||
|
||||
$sbas_params = phrasea::sbas_params($this->app);
|
||||
$sbas_id = $this->get_sbas_id();
|
||||
|
Reference in New Issue
Block a user