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

Fix regressions after previous commit

parent 89b45d7a
1 merge request!393Master
......@@ -31,7 +31,8 @@ class ZendAfi_Form_ContactForm extends ZendAfi_Form {
public function displayBibSelector() {
if ($multiOptions = Class_Bib::getBibsWithMail())
$multiOptions = Class_Bib::getBibsWithMail();
if (empty($multiOptions))
return $this;
$this
......
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