Skip to content

Commit eac5d77

Browse files
committed
fix(install): typo in method name
1 parent 817a9ec commit eac5d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ protected function createMiniDashboardSummary() {
700700
],
701701
]]);
702702

703-
$this->adRightsToMiniDashboard($dashboard->fields['id']);
703+
$this->addRightsToMiniDashboard($dashboard->fields['id']);
704704
}
705705

706706
protected function createMiniDashboardBigNumbers() {
@@ -771,10 +771,10 @@ protected function createMiniDashboardBigNumbers() {
771771
$x += ($w + $s);
772772
}
773773

774-
$this->adRightsToMiniDashboard($dashboard->fields['id']);
774+
$this->addRightsToMiniDashboard($dashboard->fields['id']);
775775
}
776776

777-
protected function adRightsToMiniDashboard(int $dashboardId) {
777+
protected function addRightsToMiniDashboard(int $dashboardId) {
778778
// Give rights to all self service profiles
779779
$profile = new Profile();
780780
$helpdeskProfiles = $profile->find([

0 commit comments

Comments
 (0)