mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
rename is_downloable to isDownloable
Change Functional to unit test
This commit is contained in:
@@ -108,7 +108,7 @@ class patch_370alpha6a extends patchAbstract
|
||||
$options['meta'] = $subdef->isMetadataUpdateRequired() ? 'yes' : 'no';
|
||||
$options['devices'] = [databox_subdef::DEVICE_SCREEN];
|
||||
|
||||
$root->set_subdef($groupname, $subdef->get_name(), $subdef->get_class(), $subdef->is_downloadable(), $options, []);
|
||||
$root->set_subdef($groupname, $subdef->get_name(), $subdef->get_class(), $subdef->isDownloadable(), $options, []);
|
||||
}
|
||||
|
||||
protected function addMobileSubdefVideo($root, $baseSubdef, $groupname)
|
||||
|
Reference in New Issue
Block a user