View Issue Details

IDProjectCategoryView StatusLast Update
0004734OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 16:37
Reporterarvydas_vapsva 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.7.1 / 5.0.1 revision 52468 
Summary0004734: oxwCookieNote cleanup
DescriptionJust a small hint - render() could be removed as it does nothing:

    public function render()
    {
        parent::render();

        // seeting cookie that cookie notification was shown [cookie solution]
        $oUtilsServer = oxRegistry::get("oxUtilsServer");

        return $this->_sThisTemplate;
    }

TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-11-23 12:07

reporter   ~0007961

removed