Skip to content
Snippets Groups Projects
Commit f86657ed authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #23802: fix storm compatibility

parent a74c29b5
Branches
Tags
2 merge requests!896Master,!850Master
......@@ -74,7 +74,7 @@ class ZendAfi_Controller_Action_Helper_ListViewMode_Strategy_Sitotheque extends
public function getItems() {
return Class_Sitotheque::findAllBy(array_merge(['order' => 'date_maj desc'],
$this->getItemsParams()));
(array)$this->getItemsParams()));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment