Annotation of /mambo/branches/4.6/administrator/components/com_languages/actions/new.action.php
Parent Directory
|
Revision Log
Revision 915 - (view) (download)
| 1 : | csouza | 403 | <?php |
| 2 : | andphe | 915 | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); |
| 3 : | csouza | 403 | class newAction extends Action |
| 4 : | { | ||
| 5 : | function execute(&$controller, &$request) | ||
| 6 : | { | ||
| 7 : | $controller->view('edit'); | ||
| 8 : | } | ||
| 9 : | } | ||
| 10 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

