mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +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()
|
protected function get_orderable_lst()
|
||||||
{
|
{
|
||||||
$ret = array();
|
$ret = array();
|
||||||
foreach ($this as $basrec => $download_element)
|
foreach ($this as $download_element)
|
||||||
{
|
{
|
||||||
foreach ($download_element->get_orderable() as $name => $bool)
|
foreach ($download_element->get_orderable() as $name => $bool)
|
||||||
{
|
{
|
||||||
if ($bool === true)
|
if ($bool === true)
|
||||||
{
|
{
|
||||||
$ret[] = $basrec;
|
$ret[] = $download_element->get_serialize_key();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user