Changeset 2348
- Timestamp:
- 05/15/08 23:50:46 (18 months ago)
- Files:
-
- 1 modified
-
branches/release-38/plugins/Textile/textile2.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/plugins/Textile/textile2.pl
r2035 r2348 80 80 } 81 81 82 $textile->filter_param($ctx); 82 # reduces circular references 83 # $textile->filter_param($ctx); 84 require MT::Util; 85 MT::Util::weaken( $textile->{filter_param} = $ctx ); 83 86 } else { 84 87 # no Context object...
