Bootstrap causes an index undefined error if it is used on the overlay.
The error is
Notice: Undefined index: #primary in bootstrap_preprocess_page() (line 143 of C:\wamp\www\themes\bootstrap\template.php).
This is caused because on line 523 of overlay.module, the overlay unsets the #primary index (causing the error)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1902744.patch | 655 bytes | TrentHouliston |
Comments
Comment #1
TrentHouliston commentedThis patch fixes the problem
Comment #3
TrentHouliston commented#1: 1902744.patch queued for re-testing.
Comment #5
TrentHouliston commentedThe test machine seems to be broken currently
Comment #6
TrentHouliston commented#1: 1902744.patch queued for re-testing.
Comment #7
natted commentedHi Trent,
Thanks for submitting the patch.
I've committed a fix to 2.x-dev, slightly different to the patch you submitted. Reason for the adjustment is in case another module (other than overlay) acts similarly and unsets the #primary tabs.
Commit
If there are still any issues with overlay, let me know.