Home » Version Control » VersionControl_SVN » Bug #2821
Attribute $options or $args???
Details
| Submitted | 2004-11-24 14:42 UTC |
|---|---|
| From | gabryel at gmail dot com |
| Status | Bogus |
| Package | VersionControl_SVN |
| PHP Version | 4.3.8 |
| OS | debian |
| Roadmaps | (Not assigned) |
Comments
[2004-11-24 14:42 UTC] gabryel at gmail dot com
Description:
------------
the examples didn't work to me. When the "list" object are created, the Version_control never sets the options attribute to the List object. Well, it set it, but under the name of "options" and when list make the command ask for "args" attribute value, and never for $options.
Sorry for the english
Reproduce code:
---------------
VersionControl::init
(441) $obj->options = $options
List::prepare
(262) if(!empty($args)) {
$cmd .= ' '. join(' ',$args);
}
[2004-11-24 14:51 UTC] gabryel at gmail dot com
im a asshole