[Pkg-owncloud-commits] [owncloud] 03/32: coding style
David Prévot
taffit at moszumanska.debian.org
Sun Dec 15 01:47:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c770089b50cd5fa891c926ca5bdc19a9d8c0b651
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Dec 11 14:01:48 2013 +0100
coding style
---
lib/base.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/base.php b/lib/base.php
index fb94117..040e62e 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -526,6 +526,7 @@ class OC {
OC_User::useBackend(new OC_User_Database());
OC_Group::useBackend(new OC_Group_Database());
+
if (isset($_SERVER['PHP_AUTH_USER']) && self::$session->exists('user_id')
&& $_SERVER['PHP_AUTH_USER'] !== self::$session->get('loginname')) {
$sessionUser = self::$session->get('loginname');
--
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