Skip to content
Snippets Groups Projects
Commit f6b6ffdc authored by Laurent's avatar Laurent
Browse files

hotline #80939 clean code

parent 16bf9fcd
Branches
Tags
3 merge requests!2870Hotline,!2869Master,!2859hotline #80939 records search selection now correctly check default page size in…
Pipeline #5147 failed with stage
in 28 minutes and 36 seconds
......@@ -21,7 +21,7 @@
class ZendAfi_Controller_Action_Helper_SearchRecords extends Zend_Controller_Action_Helper_Abstract {
public function searchRecords($preferences = []) {
public function searchRecords() {
$criteria = (new Class_CriteresRecherche())->setParams($this->getRequest()->getParams());
$preferences = Class_Profil::getCurrentProfil()
......
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