!== null?
Is there an advantage to using !==null over isset() ? I just changed it back to isset() since that's what was being used before.
isset() also hides spelling errors, so it is against do (only) what is intented practice :))
Ah, that makes sense. Fixed in r72203.