Opened 3 years ago
Closed 3 years ago
#1486739 closed Bugs (duplicate)
Bug in Virtuser_files plugin
| Reported by: | peterpan | Owned by: | |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.4-stable |
| Component: | Plugins | Version: | 0.4-beta |
| Severity: | major | Keywords: | |
| Cc: |
Description
The plugin for the virtuser file in beta 0.4 contains an error thus that is does not work at all.
Line 90 of method "findinvirtual":
$virtual = file($virtuser_file);
The parameter for the file-call is wrogn, it must the $this->file, so that the correct line looks like:
$virtual = file($this->file);
P.S.: Regarding the rating of this bug, for me this plugin is a major feature to work with RC...
Change History (1)
comment:1 Changed 3 years ago by alec
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

The bug has been fixed some time ago. Please, check svn source and bugtracker before openning a ticket.