Ticket #861 (closed defect: fixed)

Opened 11 months ago

Last modified 6 months ago

Password is used as username in check outs

Reported by: jorrit Owned by: mapi
Priority: major Milestone:
Component: phpUnderControl Version: phpUnderControl 0.4.7
Keywords: Cc:
PHP Version: 5.2.9

Description

Another issue exists in AbstractCheckout.php, on line 114: $checkout->username = $args->getOption( 'password' );

This should be: $checkout->password = $args->getOption( 'password' );

Attachments

phpuc-861.patch Download (502 bytes) - added by jorrit 11 months ago.
patch against svn trunk

Change History

Changed 11 months ago by jorrit

patch against svn trunk

Changed 6 months ago by mapi

  • status changed from new to closed
  • resolution set to fixed

Already fixed in phpUnderControl's master with this  commit.

Note: See TracTickets for help on using tickets.