Changeset 4977
- Timestamp:
- 11/04/09 06:04:46 (3 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound-rc-1/lib/MT/Template/Context.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound-rc-1/lib/MT/Template/Context.pm
r4762 r4977 365 365 # If exclude blogs, set the terms and the NOT arg for load 366 366 # 'All' is not a valid value for exclude_blogs 367 elsif ( $attr->{exclude_blogs} ) {367 elsif ( $attr->{exclude_blogs} || $attr->{exclude_websites} ) { 368 368 return $ctx->error(MT->translate( 369 369 "The attribute exclude_blogs cannot take '[_1]' for a value.",
