Skip to content

Commit

Permalink
Merge pull request #31 from atijust/master
Browse files Browse the repository at this point in the history
Fix missing initialization
  • Loading branch information
jwage committed Jul 22, 2014
2 parents aa43a0a + e4146c0 commit 497b000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Purl/AbstractPart.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function isInitialized()
*/
public function has($key)
{
$this->initialize();
return isset($this->data[$key]);
}

Expand Down

0 comments on commit 497b000

Please sign in to comment.