Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.13-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 18:01 UTC
Updated:
10 May 2011 at 22:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
pillarsdotnet commentedPatch.
It should say
$rootinstead of$webfm_root_path.Comment #2
mshmsh5000 commentedSuper -- Looks great. Thank you.
Comment #3
mshmsh5000 commentedActually, this seems to cause all webfm_check_path() calls to return a blank string. Every AJAX directory listing call results in "invalid dir" now.
In any case, I don't see this change in 6.x-2.15. To get rid of the warning in the OP without breaking webfm_check_path(), I've added this in webfm_build_dir_list():
This check was always trivially succeeding; at least now it gets passed declared values.
Comment #4
nhck commentedmshmsh5000, thank you for reporting this and helping to make webfm better. A fix has been commited to the dev version.
Comment #5
stephenplatz commentedThis may be a related issue, I'm not able to set role root directories. The directories are created, but each time the form is submitted with the appropriate values, it returns that Role root directory is not set.