projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebbaff
)
Fix access level on the SVN driver
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 28 Nov 2010 03:55:16 +0000
(22:55 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 28 Nov 2010 03:55:16 +0000
(22:55 -0500)
framework/Vcs/lib/Horde/Vcs/Svn.php
patch
|
blob
|
history
diff --git
a/framework/Vcs/lib/Horde/Vcs/Svn.php
b/framework/Vcs/lib/Horde/Vcs/Svn.php
index
dc07df3
..
338f8d5
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs/Svn.php
+++ b/
framework/Vcs/lib/Horde/Vcs/Svn.php
@@
-362,19
+362,6
@@
class Horde_Vcs_Log_Svn extends Horde_Vcs_Log
protected $_files = array();
/**
- * @var boolean
- */
- private $_initialized;
-
- protected function _ensureInitialized()
- {
- if (!$this->_initialized) {
- $this->_init();
- $this->_initialized = true;
- }
- }
-
- /**
* Constructor.
*/
protected function _init()