Changeset 1714

Show
Ignore:
Timestamp:
04/02/08 09:20:26 (19 months ago)
Author:
fumiakiy
Message:

'view' mode is the standard. This eliminates the need to add two mode handlers in plugins and addons.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/CMS/Common.pm

    r1604 r1714  
    7777        } 
    7878        else { 
    79             return $app->forward( 'edit', \%param ); 
     79            return $app->forward( 'view', \%param ); 
    8080        } 
    8181    }