Skip to content

Commit

Permalink
- Wow I must have missed this one big time!
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_URL/trunk@235215 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
David Coallier committed May 8, 2007
1 parent c61c6de commit 663a353
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions URL.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ class Net_URL
*/
var $useBrackets;

var $url;
var $useBrackets;
/**
* PHP4 Constructor
*
Expand All @@ -126,7 +124,7 @@ function Net_URL($url = null, $useBrackets = true)
function __construct($url = null, $useBrackets = true)
{
$this->url = $url;
$ths->useBrackets = $useBrackets;
$this->useBrackets = $useBrackets;

$this->initialize();
}
Expand Down

0 comments on commit 663a353

Please sign in to comment.