pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

TException shouldn't be shifting off the first arg #947

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

When updating TException I accidentally left in an array_shift.

It shouldn't be shifting off the first argument like before.

belisoful commented 1 year ago

When moved the $argv to the parameter list I didn't remove the shift. This corrects the error.