Project

General

Profile

Bug #2288 ยป 2288.patch

krileon, 04 February 2011 18:22

View differences:

administrator/components/com_comprofiler/plugin.foundation.php
function setPageTitle( $title ) {
if ( method_exists( $this->_baseFramework, 'setPageTitle' ) ) {
return $this->_baseFramework->setPageTitle( $title );
} elseif ( method_exists( $this->document->_cmsDoc, 'setTitle' ) ) {
return $this->document->_cmsDoc->setTitle( $title );
} else {
return null;
}
    (1-1/1)