Closed (fixed)
Project:
Deadwood
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Sep 2008 at 15:43 UTC
Updated:
11 Apr 2009 at 20:30 UTC
Deadwood is turning this:
include_once './'. drupal_get_path('module', 'og_panels') .'/includes/groupcontext.inc';
into:
module_load_module_load_include('inc', 'og_panels', ', 'og_panels', 'includes/groupcontext');
Test file: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/og_panel...
Causes parse errors everywhere, so marking critical.
Comments
Comment #1
adrian commentedThis is no longer an issue in HEAD.
i had the same issue, but it seems fixed now.
Comment #2
solotandem commentedwebchick, the code was not expecting the initial './' characters before drupal_get_path and works fine if they are removed. Are these characters proper or necessary? Do you get the same path string without these characters? All other examples I reviewed did not have these characters up front. Let me know. I will modify code if need be. Thanks.
Comment #3
solotandem commentedComment #4
solotandem commentedFixed in tonight's dev release.