View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005311 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-07-24 14:57 | 2023-11-20 15:19 |
Reporter | arvydas_vapsva | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Summary | 0005311: $sValue initialization is missing | ||||
Description | public 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; } | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||