Commit 97f616e0 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Fix: Fusion des organisations impossible, redmine #63716

parent 8dfb2361
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -795,7 +795,7 @@ class OrganizationController extends AbstractOscarController implements UseOrgan

                // tester destination vide
                $fusionDatas['to'] = $to = $this->params()->fromPost('to', null);
                if (count($to) == 0) {
                if ($to == null) {
                    $errors[] = "Vous devez spécifer une organisation cible.";
                }