Closed cspray closed 10 years ago
This patch prevents an error from being triggered if there's an attempt to access an argument that doesn't exist. This helps calling code to not require isset checks every time an argument is accessed.
Thank your this, makes sense.
This patch prevents an error from being triggered if there's an attempt to access an argument that doesn't exist. This helps calling code to not require isset checks every time an argument is accessed.