mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Changes on SubdefGroup reflected in using clients
This commit is contained in:
@@ -73,7 +73,7 @@ class ToolsController extends Controller
|
||||
continue;
|
||||
}
|
||||
|
||||
$label = $databoxSubdefs[$subdefName]->get_label($this->app['locale']);
|
||||
$label = $databoxSubdefs->getSubdef($subdefName)->get_label($this->app['locale']);
|
||||
}
|
||||
$recordAccessibleSubdefs[] = array(
|
||||
'name' => $subdef->get_name(),
|
||||
|
Reference in New Issue
Block a user