I've tried to modify a user's quota, but it failed.
I've found a problem in userAction.php line 371:
if ($cSess->RSetMailQuota($uname,$mailquota)) {
the correct is:
if ($cSess->RSetMailQuota($uid,$mailquota)) {
best regards,gib
Logged In: YES user_id=9776
danke!
I've fixed this in the production site we have running here. In the process of propagatingthose fixes down to the rhsdadm here.
Log in to post a comment.
Logged In: YES
user_id=9776
danke!
Logged In: YES
user_id=9776
I've fixed this in the production site we have running here.
In the process of propagatingthose fixes down to the rhsdadm
here.