View of /mambo/branches/4.6/administrator/components/com_languages/actions/cancel.action.php
Parent Directory
|
Revision Log
Revision 459 -
(download)
(annotate)
Wed Apr 12 00:03:38 2006 UTC (7 years, 1 month ago) by csouza
File size: 276 byte(s)
Wed Apr 12 00:03:38 2006 UTC (7 years, 1 month ago) by csouza
File size: 276 byte(s)
<?php
class cancelAction extends Action
{
function execute(&$controller, &$request)
{
if (isset($_POST['catalogs'])) {
$_REQUEST['act'] = 'language';
}
$controller->redirect('index', mosGetParam($_REQUEST, 'act', $act));
}
}
?>| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

