[Pkg-owncloud-commits] [owncloud] 24/394: adapted comments to the code changes

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 3945f9cdb1c55b97984eb542cf21c319d2ddd052
Author: Björn Schießle <schiessle at owncloud.com>
Date:   Wed Oct 31 15:45:47 2012 +0100

    adapted comments to the code changes
---
 apps/files/appinfo/filesync.php |    2 +-
 apps/files/appinfo/remote.php   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/files/appinfo/filesync.php b/apps/files/appinfo/filesync.php
index a21dcbd..47fc6fb 100644
--- a/apps/files/appinfo/filesync.php
+++ b/apps/files/appinfo/filesync.php
@@ -20,7 +20,7 @@
  * The final URL will look like http://.../remote.php/filesync/oc_chunked/path/to/file
  */
 
-// only need filesystem apps
+// load needed apps
 $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 OC_App::loadApps($RUNTIME_APPTYPES);
 if(!OC_User::isLoggedIn()) {
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index bad5b95..a3c78d6 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -22,7 +22,7 @@
  * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
-// only need filesystem apps
+// load needed apps
 $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 OC_App::loadApps($RUNTIME_APPTYPES);
 

-- 
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