Annotation of /mambo/branches/4.6/administrator/components/com_languages/actions/translate.action.php
Parent Directory
|
Revision Log
Revision 561 - (view) (download)
| 1 : | csouza | 403 | <?php |
| 2 : | class translateAction extends Action | ||
| 3 : | { | ||
| 4 : | function execute(&$controller, &$request) | ||
| 5 : | { | ||
| 6 : | $session =& $request->session(); | ||
| 7 : | csouza | 561 | $session['lang'] = $_REQUEST['lang']; |
| 8 : | csouza | 403 | $controller->redirect('index', 'catalogs'); |
| 9 : | } | ||
| 10 : | } | ||
| 11 : | |||
| 12 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

