Changeset 7692 for trunk/core/lib/Foswiki/Plugin.pm
- Timestamp:
- 06/08/10 12:44:33 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Plugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Plugin.pm
r7591 r7692 248 248 unless ($status) { 249 249 if ( !$exception ) { 250 $exception = $sub . ' did not return true'; 250 $exception = <<MESSAGE; 251 $sub did not return true. 252 Check your Foswiki warning and error logs for more information. 253 MESSAGE 251 254 } 252 255 push( @{ $this->{errors} }, $exception );
Note: See TracChangeset
for help on using the changeset viewer.
