Bug #1780
TypeError (can't convert String into Array)
Start date:
06 Jun 2011
Due date:
06 Jun 2011
% Done:
100%
Redmine version:
External issue:
Description
Raised by the code:
args += String
Here String
should be array! Strings should be added this way:
args << String
History
#1 Updated by Andriy Lesyuk over 13 years ago
- Target version set to 0.1.1
#2 Updated by Andriy Lesyuk over 13 years ago
- Due date set to 06 Jun 2011
- Status changed from Open to Closed
- % Done changed from 0 to 100