Skip to content

Commit

Permalink
initialize utx will null
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Stark authored and Daniel Barsotti committed Aug 8, 2011
1 parent 88ce4e1 commit c8c8af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackalope/Workspace.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Workspace implements \PHPCR\WorkspaceInterface

protected $session;
protected $nodeTypeManager;
protected $utx;
protected $utx = null;
protected $name;
protected $namespaceRegistry;

Expand Down

0 comments on commit c8c8af8

Please sign in to comment.