commit | 1f2fd2d5db0ff9e91388cec079a9ff58392ab654 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Wed Jul 11 21:59:12 2007 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Wed Jul 11 21:59:12 2007 +0000 |
tree | d64ffe5491f0c1314938e72b9c52e73f8755a892 | |
parent | 9687c493de92eb71a91ed89723abd4ede977bb3d [diff] |
adding type casting of $title argument in URL helper functions to a string. A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string.