View Issue Details

IDProjectCategoryView StatusLast Update
0003372OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterboehme 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.4 revision 39463 
Target VersionFixed in Version4.5.10 revision 44222 
Summary0003372: oxUbase using undefined variable
Descriptionin oxUbase::generatePageNaviagtion and getArticleCount the object variable "_iAllArtCnt" is used, but it is defined in alist. In other views these methods will try to access an undefined variable.
I don't think that the use of this variable is in oxUbase at the right place. It´s value is the count of articles in this view, why e.g. account, guestbook or details view are needing such a value? Why not defining and using it in a (maybe abstract) view for articlelists?
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-04-19 13:30

reporter   ~0006340

removed as not needed from oxUbase::generatePageNaviagtion;


getArticleCount - marked as deprecated and moved to alist