We should be using module_load_include() instead of require_once(drupal_get_path('module', 'sheetnode') . '/socialcalc.inc'); to load the include file.
I will attach a patch shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | replace-require-once-with-module-load-include-2631668.patch | 9.3 KB | willhallonline |
Comments
Comment #2
willhallonlineComment #3
willhallonlineAll instances of:
require_once(drupal_get_path('module', 'sheetnode') . '/socialcalc.inc');Replaced with
module_load_include('inc', 'sheetnode', 'socialcalc');Comment #4
willhallonlineComment #6
willhallonlineComment #7
willhallonline