[Pkg-owncloud-commits] [owncloud] 194/223: initialize array
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8052d2901dfcfba8e6fb2d37e19275536324ee43
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Jun 18 13:23:53 2014 +0200
initialize array
---
apps/files_versions/lib/versions.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php
index b912fc8..4e60048 100644
--- a/apps/files_versions/lib/versions.php
+++ b/apps/files_versions/lib/versions.php
@@ -309,6 +309,7 @@ class Storage {
private static function getAllVersions($uid) {
$view = new \OC\Files\View('/' . $uid . '/');
$dirs = array(self::VERSIONS_ROOT);
+ $versions = array();
while (!empty($dirs)) {
$dir = array_pop($dirs);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list