View Issue Details

IDProjectCategoryView StatusLast Update
0005311OXID eShop (all versions)4.07. Source code, Testpublic2023-11-20 15:19
Reporterarvydas_vapsva Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Summary0005311: $sValue initialization is missing
Descriptionpublic function getImageUrl( $sFile = null, $bSsl = null )
{
    if ($sFile) {
       $sValue = $this->getConfig()->getImageUrl( $this->isAdmin(), $bSsl, null, $sFile );
    } elseif ( ( $sValue = $this->getViewConfigParam( 'imagedir' ) ) === null ) {
        $sValue = $this->getConfig()->getImageUrl( $this->isAdmin(), $bSsl );
        $this->setViewConfigParam( 'imagedir', $sValue );
    }
    return $sValue;
}
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.