Skip to content

Commit ed1073f

Browse files
author
florian030
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 10eb2f3 + caeab8c commit ed1073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remote.d/admin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class remoting_admin extends remoting {
4848
* @param array permissions
4949
* @author "ispcomm", improved by M. Cramer <m.cramer@pixcept.de>
5050
*/
51-
public function update_record_permissions($tablename, $index_field, $index_value, $permissions) {
51+
public function update_record_permissions($session_id, $tablename, $index_field, $index_value, $permissions) {
5252
global $app;
5353

5454
if(!$this->checkPerm($session_id, 'admin_record_permissions')) {

0 commit comments

Comments
 (0)