Support Joomla!

deprecate:variables

5.3 Deprecated Variables

1. $act

If your component uses this variable in the administrator section u will need to add the following to your admin.mycomponent.php and toolbar.mycomponent.php files

Example Code

$act = mosGetParam( $_REQUEST, 'act', '' );
 
deprecate/variables.txt (4270 views) · Last modified: 2007/07/12 10:13