-
Couldn't load subscription status.
- Fork 741
Closed
Labels
WIPWorking in progress.Working in progress.
Milestone
Description
The source of this problem:
@foreach($dirs as $key => $dir)
<li>
<a class="pointer" id="folder_{{ $key }}" data-id="{{ $dir }}" onclick="clickFolder('folder_{{ $key }}', 0)">
<i class="fa fa-folder folder-item" data-id="{{ $dir }}" id="{{ $dir }}-folder"></i> {!! $dir !!}
</a>
</li>
@endforeach
The fix isn't that difficult, actually. The reason this is happening, is because $dir contains 2 elements, with the keys short and long. While I do not exactly know which ones are needed, this was sitting in the 1.5.2 branch, and hasn't been fixed in master since.
Could it be that my version is broken or mismatched? I did check the vendor folder to see whether it was just my views, or whether it was in the package itself, and the conclusion of that is just above.
Metadata
Metadata
Assignees
Labels
WIPWorking in progress.Working in progress.