View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000580 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2009-02-11 16:16 | 2012-12-07 14:13 |
Reporter | arvydas_vapsva | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.1.0 revision 15990 | ||||
Fixed in Version | 4.1.0 revision 17976 | ||||
Summary | 0000580: Bug in category meta keywords generation | ||||
Description | alist.php code snippet: protected function _collectMetaKeyword( $aCatPath ) { ... return parent::_prepareMetaKeyword( $this->_getCatPathString() . ', ' . $sText ); } then: protected function _prepareMetaKeyword( $aInput ) { $sString = $this->_prepareMetaDescription( $aInput, -1, true ); ... } and $aInput ($this->_getCatPathString() . ', ' . $sText) you passed is gone .. | ||||
Tags | Category | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||