Skip to content

Commit

Permalink
lowercase null
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Sep 21, 2017
1 parent 8841d38 commit 31f2fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/field.memberactivation.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function displaySettingsPanel(XMLElement &$wrapper, $errors = NULL){
"fields[{$this->get('sortorder')}][code_expiry]", $this->get('code_expiry')
));

$ul = new XMLElement('ul', NULL, array('class' => 'tags singular', 'data-interactive' => 'data-interactive'));
$ul = new XMLElement('ul', null, array('class' => 'tags singular', 'data-interactive' => 'data-interactive'));
$tags = fieldMemberActivation::findCodeExpiry();
foreach($tags as $name => $time) {
$ul->appendChild(new XMLElement('li', $name, array('class' => $time)));
Expand Down

0 comments on commit 31f2fbe

Please sign in to comment.