Skip to content

Commit

Permalink
Merge pull request #920 from nextcloud/backport/918/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: Fix typo in script name
  • Loading branch information
come-nc authored Feb 10, 2025
2 parents 844f2f2 + dd7a468 commit 470e2c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Settings/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public function getForm() {
]
);

\OCP\Util::addScript(Application::APP_ID, 'ldap_write_suppport-admin-settings');
\OCP\Util::addStyle(Application::APP_ID, 'ldap_write_suppport-admin-settings');
\OCP\Util::addScript(Application::APP_ID, 'ldap_write_support-admin-settings');
\OCP\Util::addStyle(Application::APP_ID, 'ldap_write_support-admin-settings');

return new TemplateResponse(Application::APP_ID, 'settings-admin');
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ldap_write_suppport",
"name": "ldap_write_support",
"version": "1.12.0",
"description": "Adds write support to the LDAP backend",
"private": true,
Expand Down

0 comments on commit 470e2c6

Please sign in to comment.