Skip to content
Snippets Groups Projects
Commit ed1073fe authored by Florian Schaal's avatar Florian Schaal
Browse files

Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1

parents 10eb2f3b caeab8c0
No related branches found
No related tags found
Loading
...@@ -48,7 +48,7 @@ class remoting_admin extends remoting { ...@@ -48,7 +48,7 @@ class remoting_admin extends remoting {
* @param array permissions * @param array permissions
* @author "ispcomm", improved by M. Cramer <m.cramer@pixcept.de> * @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; global $app;
if(!$this->checkPerm($session_id, 'admin_record_permissions')) { if(!$this->checkPerm($session_id, 'admin_record_permissions')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment