summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2016-07-20 14:19:05 +0200
committerChristian Schneider2016-07-20 14:19:05 +0200
commit750d28384f904234d119d4c66b06072c4f09cb0b (patch)
tree35e8f795895f825f2897948bea3b99b8db8204b2
parent32cdb763d422c7ebed3a75af8897ba14a7cc047d (diff)
downloaditools-750d28384f904234d119d4c66b06072c4f09cb0b.tar.gz
itools-750d28384f904234d119d4c66b06072c4f09cb0b.tar.bz2
itools-750d28384f904234d119d4c66b06072c4f09cb0b.zip
Revert "Revert "Use same server (may have switched to server_update) to read back newly created user""
This reverts commit 32cdb763d422c7ebed3a75af8897ba14a7cc047d.
-rw-r--r--it_user.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_user.class b/it_user.class
index 927a36d..ee12258 100644
--- a/it_user.class
+++ b/it_user.class
@@ -232,7 +232,7 @@ function login($username, $password, $ignorepassword = false, $withsession = tru
$result = false;
$this->_init_session();
- $this->workrecord = new it_dbi(array('table' => $this->p['table'], 'keyfield' => $this->p['username_field']));
+ $this->workrecord = new it_dbi(array('server' => $this->_p['server'], 'table' => $this->p['table'], 'keyfield' => $this->p['username_field']));
if ($this->workrecord->read($username))
{