Bug #2199 ยป 2199.patch
| administrator/components/com_comprofiler/plugin.foundation.php | ||
|---|---|---|
|
$cmsUserNeedsDb = false;
|
||
|
$cmsRedirectFunc = array( $mainframe, 'redirect' );
|
||
|
$lang =& JFactory::getLanguage();
|
||
|
$myLanguage = strtolower( preg_replace( '/^(\w+)/i', '\1', $lang->getName() ) );
|
||
|
$myLanguage = strtolower( preg_replace( '/^(\w+).*$/i', '\1', $lang->getName() ) );
|
||
|
$outputCharst = 'UTF-8';
|
||
|
$getVarFunction = array( 'JRequest', 'getVar' );
|
||
|
$Jdocument =& JFactory::getDocument();
|
||