Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.1.1
-
Fix Version/s: None
-
Component/s: Mapping Drivers
-
Security Level: All
-
Labels:None
-
Environment:Debian LAMP
Description
AbstractFileDriver constructor must have one argument.
It's more easy to use with an optional argument.
It allow developers to addPaths after construction.
See patch in attachment.
Thats how we want it.
A driver without any path is useless. Thats why paths are required.