Bug #2482 ยป 2482.patch
| administrator/components/com_comprofiler/plugin.foundation.php | ||
|---|---|---|
|
|
||
|
switch ( checkJversion() ) {
|
||
|
case 2:
|
||
|
global $mainframe;
|
||
|
global $mainframe, $Itemid;
|
||
|
|
||
|
$uri =& JFactory::getURI();
|
||
|
$Itemid = (int) $uri->getVar( 'Itemid' );
|
||
|
$mainframe =& JFactory::getApplication();
|
||
|
$tmpDatabase =& JFactory::getDBO();
|
||
|
$my =& JFactory::getUser();
|
||