Actions
Defect #708
closedDocumentation Typo: Plugins
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-22
Due date:
% Done:
100%
Estimated time:
Resolution:
Affected version:
Description
the instructions for using Engines2 plugin say
require File.join(File.dirname(FILE), '../vendor/plugins/engines/boot')
instead of
require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot')
Updated by Eric Davis almost 18 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed. It was __FILE__ but the wiki syntax made it into italics. Plugins
Actions