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

api compatibility

parent cc4fe83c
Branches
Tags
1 merge request!2676Master
Pipeline #4258 canceled with stage
in 2 minutes and 27 seconds
......@@ -111,8 +111,8 @@ class ZendAfi_Form_Configuration_AuthRegister extends ZendAfi_Form {
}
public function getValues() {
$values = parent::getValues();
public function getValues($suppressArrayNotation=false) {
$values = parent::getValues($suppressArrayNotation);
$field_values = [];
foreach(['library', 'card_number', 'lastname', 'firstname'] as $opt_field) {
......
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