Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DDC-733, DDC-1193 - Proxy has only _load() in 2.0.x
  • Loading branch information
beberlei committed Jun 5, 2011
1 parent 2da1fad commit 97d9fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Proxy/ProxyFactory.php
Expand Up @@ -270,7 +270,7 @@ public function __construct($entityPersister, $identifier)
$this->_identifier = $identifier;
}
/** @private */
public function __load()
public function _load()
{
if (!$this->__isInitialized__ && $this->_entityPersister) {
$this->__isInitialized__ = true;
Expand Down

0 comments on commit 97d9fb7

Please sign in to comment.