Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Helmo
ISPConfig 3
Commits
ed1073fe
Commit
ed1073fe
authored
May 18, 2018
by
Florian Schaal
Browse files
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
parents
10eb2f3b
caeab8c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/remote.d/admin.inc.php
View file @
ed1073fe
...
...
@@ -48,7 +48,7 @@ class remoting_admin extends remoting {
* @param array permissions
* @author "ispcomm", improved by M. Cramer <m.cramer@pixcept.de>
*/
public
function
update_record_permissions
(
$tablename
,
$index_field
,
$index_value
,
$permissions
)
{
public
function
update_record_permissions
(
$session_id
,
$tablename
,
$index_field
,
$index_value
,
$permissions
)
{
global
$app
;
if
(
!
$this
->
checkPerm
(
$session_id
,
'admin_record_permissions'
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment