Problem/Motivation
On line 72 of tab_manager.module, the empty-check for $value['#access'] comes after calling method_exists() - this will fail if it is empty.
Proposed resolution
Move the empty check before method_exists(). Attached patch does this.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3399973-tab_manager-method_exists_error-2.patch | 705 bytes | bgilhome |
| tab_manager-method_exists_error-1.patch | 596 bytes | bgilhome |
Comments
Comment #2
bgilhome commentedSorry, patch was malformed.
Comment #4
wombatbuddy commentedComment #5
wombatbuddy commented