projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa6aa7
)
No references.
author
Jan Schneider
<jan@horde.org>
Tue, 13 Jan 2009 17:35:56 +0000
(18:35 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 13 Jan 2009 17:35:56 +0000
(18:35 +0100)
framework/Vcs/lib/Horde/Vcs.php
patch
|
blob
|
history
diff --git
a/framework/Vcs/lib/Horde/Vcs.php
b/framework/Vcs/lib/Horde/Vcs.php
index
c4287b3
..
224163d
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs.php
+++ b/
framework/Vcs/lib/Horde/Vcs.php
@@
-588,16
+588,15
@@
abstract class Horde_Vcs_Directory
/**
* TODO
*/
- public function
&
queryDirList()
+ public function queryDirList()
{
- reset($this->_dirs);
return $this->_dirs;
}
/**
* TODO
*/
- public function
&
queryFileList($showattic = false)
+ public function queryFileList($showattic = false)
{
return ($showattic && isset($this->_mergedFiles))
? $this->_mergedFiles