Andr3as / Codiad-Include

Include files through autocomplete
3 stars 2 forks source link

Path is not set somethimes #3

Closed newsocialifecom closed 11 years ago

newsocialifecom commented 11 years ago

Sometimes no files are shown because the ajax request is just:

http://somesite/plugins/Codiad-Include-master/controller.php?action=getFiles&path=

but it should be:

http://somesite/plugins/Codiad-Include-master/controller.php?action=getFiles&path=PATH_TO_MY_PROJECT

EDIT: of course the error happends only on absolute path projects

Andr3as commented 11 years ago

Corrected at @77578ab