tbrehm
2010-12-26 ef3f9dcc062441ab72275985c5bce1903600c973
Fixed remoting problem: http://www.howtoforge.com/forums/showthread.php?t=50531
1 files modified
2 ■■■ changed files
interface/lib/classes/remoting.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/remoting.inc.php
@@ -958,7 +958,7 @@
                    $this->server->fault('permission_denied','You do not have the permissions to access this function.');
                    return false;
            }
            $affected_rows = $this->updateQuery('../client/form/client.tform.php', $client_id, $reseller_id, $params);
            $affected_rows = $this->updateQuery('../client/form/client.tform.php', $reseller_id, $client_id, $params);
            
            $app->remoting_lib->ispconfig_sysuser_update($params,$client_id);