]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 20 Dec 2020 11:43:56 +0000 (12:43 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Dec 2020 11:43:56 +0000 (12:43 +0100)
commit93c10cd8bbd88a27bdcd0e65956298666218f150
tree39e9c261ce2ddcd6bda88f49cf9b493a7178a109
parent24389037cb2694cf37afac2e5991d5fbeef3f719
Continued:
- fixed BaseFileIndex' constructor, thanks to the private access, I found my
  mistake here, needs to be protected access and with $className parameter
  (string, of course)
- also include list group only when valid

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/index/file/class_BaseFileIndex.php
framework/main/classes/lists/class_BaseList.php
framework/main/interfaces/lists/class_Listable.php