Closed (duplicate)
Project:
Textile
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2005 at 17:17 UTC
Updated:
18 Mar 2005 at 20:58 UTC
To work with the 5 feb 05 cvs version of Drupal (and probably also with Drupal 4.5.2 - but I haven't tested this), these lines
require_once(module_get_path('textile') . '/textilephp/Textile.php');
require_once(module_get_path('textile') . '/smartypants-php/SmartyPants-PHP.inc');
must be changed to
require_once(drupal_get_path('module','textile') . '/textilephp/Textile.php');
require_once(drupal_get_path('module','textile') . '/smartypants-php/SmartyPants-PHP.inc');
(I have a technical problem that prevents me from generating a patch.)
Comments
Comment #1
Tommy Sundstrom commentedThere's a patch in http://drupal.org/node/14544
Comment #2
jhriggs commented