Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p committed Jan 22, 2025
2 parents c7245d0 + aab98e4 commit 38b2dbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/Froxlor/Api/Commands/Customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public function add()
if ($mysqls != 0) {
foreach ($allowed_mysqlserver as $dbserver) {
// require privileged access for target db-server
Database::needRoot(true, $dbserver, false);
Database::needRoot(true, $dbserver, true);
// get DbManager
$dbm = new DbManager($this->logger());
// give permission to the user on every access-host we have
Expand Down
8 changes: 4 additions & 4 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
Expand Up @@ -19,7 +19,7 @@
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.3",
"vite": "^4.5.5",
"vite": "^4.5.9",
"vue": "^3.2.37"
},
"engines": {
Expand Down

0 comments on commit 38b2dbd

Please sign in to comment.