Skip to content

Commit

Permalink
Fix invalid syntax for php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Apr 20, 2021
1 parent a9f882e commit 51db7b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/dashboard/php/dashboard.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Dashboard extends \NDB_Form
string $page,
string $identifier,
string $commentID,
string $formname,
string $formname
) {
parent::__construct(
$loris,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Instrument_Manager extends \NDB_Menu_Filter
$page,
$id,
$commentID,
$formname,
$formname
) {
$this->AjaxModule = true;
$this->skipTemplate = true;
Expand Down
2 changes: 1 addition & 1 deletion php/libraries/NDB_Page.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class NDB_Page implements RequestHandlerInterface
\Module $module,
string $page,
string $identifier,
string $commentID,
string $commentID
) {
$this->loris = $loris;
$this->Module = $module;
Expand Down

0 comments on commit 51db7b4

Please sign in to comment.