Needs review
Project:
RSVP
Version:
6.x-2.0
Component:
Integration
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 18:53 UTC
Updated:
2 May 2011 at 18:53 UTC
In rsvp_signup,
include_once('./'. drupal_get_path('module', 'signup') . '/includes/no_views.inc');
Should be:
module_load_include('inc', 'signup', 'includes/no_views');
| Comment | File | Size | Author |
|---|---|---|---|
| rsvp_signup-use-module-load-include.patch | 1.15 KB | mstef |
Comments
Comment #1
mstef commented