trongate / trongate-framework

The Trongate PHP framework
https://trongate.io
Other
1.11k stars 100 forks source link

Fix handling of '0' in segment 3 to prevent empty string assignment #163

Closed DaFa66 closed 7 months ago

DaFa66 commented 7 months ago

Changes Made

Details

In the previous code, when checking if segment 3 was set and processing its value, there was an oversight that resulted in treating "0" as an empty string. This issue has been addressed in the updated code.

I apologise for the oversight in the previous code, and appreciate your understanding.