Changeset 812 for trunk/core/lib/Foswiki/Engine.pm
- Timestamp:
- 11/19/08 16:05:12 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Engine.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Engine.pm
r809 r812 28 28 ---+!! package Foswiki::Engine 29 29 30 The engine class is a singleton that implements details about TWiki's30 The engine class is a singleton that implements details about Foswiki's 31 31 execution mode. This is the base class and implements basic behavior. 32 32 … … 73 73 ---++ ObjectMethod run() 74 74 75 Start point to TWikiRuntime Engines.75 Start point to Runtime Engines. 76 76 77 77 =cut … … 139 139 # tell the browser where to look for more help 140 140 my $text = 141 ' TWiki detected an internal error - please check your TWiki logs and webserver logs for more information.'141 'Foswiki detected an internal error - please check your Foswiki logs and webserver logs for more information.' 142 142 . "\n\n"; 143 143 $mess =~ s/ at .*$//s;
Note: See TracChangeset
for help on using the changeset viewer.
