Changeset 2598

Show
Ignore:
Timestamp:
06/18/08 07:35:52 (6 months ago)
Author:
auno
Message:

Make .htaccess file if user specify the archive path under dynamic publishing. BugzID:80191

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-40/lib/MT/CMS/Blog.pm

    r2567 r2598  
    15321532 
    15331533        if ($path_changed) { 
     1534            update_dynamicity( $app, $obj ); 
    15341535            $app->rebuild( BlogID => $obj->id, NoStatic => 1 ) 
    15351536                or return $app->publish_error();