mcramer
2012-11-27 7990f8881b085279269d35cf9dd2787b88ae1c08
Bugfix: _ispconfig_pw_crypted was ignored (stripped off in encoding method)

1 files modified
1 ■■■■ changed files
interface/lib/classes/remoting_lib.inc.php 1 ●●●● patch | view | raw | blame | history
interface/lib/classes/remoting_lib.inc.php
@@ -390,6 +390,7 @@
                                if($dbencode == true) $new_record[$key] = $app->db->quote($new_record[$key]);
                        }
                }
                if(isset($record['_ispconfig_pw_crypted'])) $new_record['_ispconfig_pw_crypted'] = $record['_ispconfig_pw_crypted']; // this one is not in form definitions!
                return $new_record;
        }