View Issue Details

IDProjectCategoryView StatusLast Update
0003045OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
ReporterStefan_Werner 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.5.2 revision 38481 
Summary0003045: double params in link
Descriptionclass oxUBase -> function getLink()

$sUrl = oxUtilsUrl::getInstance()->processUrl( $myConfig->getShopCurrentURL( $iLang ) . $this->_getRequestParams(), true, null, $iLang);

&pgNr=1 is added to link, afterwards

return $this->_addPageNrParam( $sUrl, $iActPageNr, $iLang );

adds another'&pgNr=1' to URL

It looks like that: http://localhost/oxid_stage/index.php?cl=myclass_attrlist&pgNr=1&lang=1&pgNr=1
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2011-08-11 11:14

reporter   ~0004990

fixed if pgnr exist it replaced by new if pgnr=0 then removed