Skip to content

Commit

Permalink
fix(ldapfield): PHP wrning when editinf the question
Browse files Browse the repository at this point in the history
fix #2116

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Feb 18, 2021
1 parent 9fd8c1a commit a54aa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/field/ldapselectfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function getDesignSpecializationField(): array {
$additions .= '<td colspan="2">&nbsp;</td>';
$additions .= '</tr>';

$common = parent::getDesignSpecializationField();
$common = PluginFormcreatorAbstractField::getDesignSpecializationField();
$additions .= $common['additions'];

return [
Expand Down

0 comments on commit a54aa0f

Please sign in to comment.