Changeset 4133
- Timestamp:
- 08/05/09 21:29:21 (8 months ago)
- Files:
-
- 1 modified
-
branches/hanson/lib/MT/App/Search.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/hanson/lib/MT/App/Search.pm
r4132 r4133 731 731 unless ($tmpl); 732 732 return $app->errtrans( 'template_id cannot be a global template' ) 733 if ($tmpl->blog_id == 1);733 if ($tmpl->blog_id == 0); 734 734 return $app->errtrans( 'Output file cannot be asp or php' ) 735 735 if ($tmpl->outfile && !$app->config->SearchAlwaysAllowTemplateID
