View Issue Details

IDProjectCategoryView StatusLast Update
0004698OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportermichael_keiluweit 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.0 / 5.0.0 revision 51243 
Target VersionFixed in Version4.7.1 / 5.0.1 revision 52468 
Summary0004698: typo in the source code
Descriptionapp/models/oxuser.php

oxUser::load():

    public function load( $oxID )
    {

        $blRet = parent::Load( $oxID );


------

I guess it should mean parent::load, cause the parent class oxBase has only the method load().
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.