mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
small bug fix
--HG-- branch : quitta-gsoc-2013
This commit is contained in:
parent
3dc513e868
commit
29b5876162
2 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,7 @@ function write_user($newUser){
|
||||||
|
|
||||||
try{
|
try{
|
||||||
//make new webuser
|
//make new webuser
|
||||||
createWebuser($params['name'], $params['pass'], $params['mail']);
|
$user_id = WebUsers::createWebuser($params['name'], $params['pass'], $params['mail']);
|
||||||
|
|
||||||
//Create the user on the shard + in case shard is offline put copy of query in query db
|
//Create the user on the shard + in case shard is offline put copy of query in query db
|
||||||
//returns: ok, shardoffline or liboffline
|
//returns: ok, shardoffline or liboffline
|
||||||
|
|
|
@ -66,5 +66,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue