Closed (fixed)
Project:
Backbone
Version:
7.x-1.x-dev
Component:
Drupal/PHP Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 20:05 UTC
Updated:
9 Sep 2012 at 01:03 UTC
Patch uses url() to get the correct endpoint.
| Comment | File | Size | Author |
|---|---|---|---|
| backbone-fix-example-endpoint.patch | 478 bytes | amitaibu |
Comments
Comment #1
amitaibuAnother option is to remove the leading slash from the
_backbone_variable_get('endpoint')Comment #2
ethanw commentedThis has been addressed twofold thanks to some other changes: leading slash removed from default value, and support for $base_path added. Thanks for the patch!