View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004278 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-07-22 23:16 | 2012-12-10 14:37 |
Reporter | FibreFoX | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.2 revision 46646 | ||||
Fixed in Version | 4.7.1 / 5.0.1 revision 52468 | ||||
Summary | 0004278: unneeded assignments in oxutils | ||||
Description | the following methods seem to have unneeded assignments (may improve some performance due to unneeded value-copying: public function getCacheFilePath( $sCacheName, $blPathOnly = false, $sExtension = 'txt' ) { $sVersionPrefix = ""; $sVersionPrefix = 'pe'; -> unneeded code/assignment public function loadAdminProfile($aInterfaceProfiles) { // improved #533 // checking for available profiles list $aInterfaceProfiles = $aInterfaceProfiles; -> unneeded code/assignment | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||