View Issue Details

IDProjectCategoryView StatusLast Update
0000836OXID eShop (all versions)4.08. Cachepublic2012-12-10 13:38
Reporterjoshua Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000836: Native shop images for subshops: Wrong order of parameters in method oxconfig::getOutUrl()
DescriptionThe feature "use native shop images" for subshops is not working:

The method definition goes like this:
public function getOutUrl( $blSSL = null , $blNativeImg = false, $blAdmin = null ) {}

All calls of this method provide the parameter in another order, e.g.:
$this->getOutUrl($blSSL, $blAdmin, $blNativeImg);

TagsNo tags attached.
Theme
Browser
PHP Version
Database Version

Activities

There are no notes attached to this issue.