| Summary | backend directory location is not set correctly in manager.php |
| Queue | Gollem |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | iron_hat (at) hotmail (dot) com |
| Created | 09/17/2011 (5165 days ago) |
| Due | |
| Updated | 09/28/2011 (5154 days ago) |
| Assigned | |
| Resolved | 09/28/2011 (5154 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
Fix current directory for operations (
Bug #10527).1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e00ece7aa1aefe5024b2f335d566cadf94cc9f86
Priority ⇒ 1. Low
New Attachment: manager.php.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ backend directory location is not set correctly in manager.php
Type ⇒ Bug
State ⇒ Unconfirmed
place causing all actions to appear to be in the root directory of a
backend. This means all files that are uploaded are uploaded to the
root directory and all file renaming actions must work on files in the
root directory. A diff of manager.php is attached which changes the
line of setting $old_dir until after Gollem::changeDir is called.