We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0566d4 commit 92991d5Copy full SHA for 92991d5
interface/lib/classes/remoting.inc.php
@@ -2516,7 +2516,7 @@ public function get_function_list($session_id)
2516
public function sites_database_get_all_by_user($session_id, $client_id)
2517
{
2518
global $app;
2519
- if(!$this->checkPerm($session_id, 'sites_database_get_all_by_user')) {
+ if(!$this->checkPerm($session_id, 'sites_database_get')) {
2520
$this->server->fault('permission_denied', 'You do not have the permissions to access this function.');
2521
return false;
2522
}
0 commit comments