Even though D7 doesn't require E_STRICT compliance from modules I think it's a good thing.
Here is what I've got upon trying to create a category:
Strict warning: Only variables should be passed by reference in properties_sql_properties_category_load() (line 140 of /home/nivanov/Workspace/kairion/server/sites/all/modules/contrib/properties/properties_sql/properties_sql.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | e_strict2.patch | 5 KB | berdir |
| #1 | e_strict.patch | 5 KB | berdir |
Comments
Comment #1
berdirI think reset() is causing that warning.
Try this patch...
Comment #2
berdirBump to trigger the test bot..
Comment #4
berdirBetter patch.
Comment #5
enikola commentedPatch seems to fix the issue. Thank you.
Comment #6
berdirThanks for testing, commited.