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

Fix PHP5.4 compatibility

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