I've found some E_NOTICE when I enabled the module.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 0001-Issue-528498-by-fgm-Fixed-E_STRICT-warning-on-missin.patch | 829 bytes | fgm |
| #4 | 0001-Issue-528498-by-fgm-Fixed-E_STRICT-warning-on-missin.patch | 36.54 KB | fgm |
| #1 | og_user_roles.module.1.diff | 2.37 KB | tamasd |
| og_user_roles.module.diff | 3.09 KB | tamasd |
Comments
Comment #1
tamasd commentedanother one patch
Comment #2
sun1.x contains many many more PHP notices and warnings. An approach to fix them would be a waste of time, since 4.x is the future.
Comment #3
somebodysysop commentedThis is true.
This is partially true. I support the rise of OGUR 4.x. But, I do intend to support OGUR 1.x as long as needed before I can put those features into another module. And, I don't think of it as wasting my time.
The person who changed the status of these issues to "won't fix" was not authorized to do so: http://drupal.org/node/352139#comment-2352234
OGUR 6.x-1.x will continue to be maintained by me.
Comment #4
fgmPrevious fix missed one missing isset() which causes a Notice on (almost ?) every page.
Comment #5
fgmOops wrong patch.