mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-12 15:52:29 +02:00
2014-09-19 Alban Peignier <alban@tryphon.eu>
* Fixed 'web/rdxport/carts.cpp' which tried to create associated group during cart creation
This commit is contained in:
parent
f920917832
commit
3dfcbe67cb
@ -14480,3 +14480,6 @@
|
||||
2014-09-18 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Merged patch from albanpeignier to allow [Tuning] entry in
|
||||
rd.conf(5) to specify temporary directory [GitHub Issue #000011].
|
||||
2014-09-19 Alban Peignier <alban@tryphon.eu>
|
||||
* Fixed 'web/rdxport/carts.cpp' which tried to create associated group
|
||||
during cart creation
|
||||
|
@ -73,7 +73,7 @@ void Xport::AddCart()
|
||||
if(!xport_user->groupAuthorized(group_name)) {
|
||||
XmlExit("No such group",404);
|
||||
}
|
||||
group=new RDGroup(group_name,this);
|
||||
group=new RDGroup(group_name);
|
||||
if(cart_number==0) {
|
||||
if((cart_number=group->nextFreeCart())==0) {
|
||||
delete group;
|
||||
|
Loading…
x
Reference in New Issue
Block a user