mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
fix command export
This commit is contained in:
@@ -110,13 +110,13 @@ class set_exportorder extends set_export
|
||||
protected function get_orderable_lst()
|
||||
{
|
||||
$ret = array();
|
||||
foreach ($this as $basrec => $download_element)
|
||||
foreach ($this as $download_element)
|
||||
{
|
||||
foreach ($download_element->get_orderable() as $name => $bool)
|
||||
{
|
||||
if ($bool === true)
|
||||
{
|
||||
$ret[] = $basrec;
|
||||
$ret[] = $download_element->get_serialize_key();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user