Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 10 Feb 2023 16:13:02 +0000 (17:13 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Feb 2023 16:17:45 +0000 (17:17 +0100)
commit8857fa75f5df9434dc2c82da7caa269dc2ac1a48
treea01ed5d72438688fbf329294d535bd8f7ce23253
parent516c97967ce67dc0189a0eab88932a4401750699
Continued:
- empty($element) is the culpit here, '0' will be FALSE, 0 will be false and
  all needs to be true, so let's check $element === '' and it is solved
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/stacker/class_BaseStacker.php