Ticket #1448 (closed defect: fixed)
PATCH: linker error with only one folder, a[b.id] is undefined
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Plugins | Version: | trunk |
| Severity: | normal | Keywords: | linker |
| Cc: |
Description
I've modified the linker scan.php to work with other folders. This works fine when using multiple folders. If I only use one folder however I get this js error:
Error: a[b.id] is undefined Source File: http://***/plugins/Linker/dTree/dtree.js Line: 2
Example output from modified scan.php =====================================
[ {
url: '/uploads', children: [
{
url: '/uploads/file.jpg'
}
]
} ]
================
Adam J
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
