[Pkg-owncloud-commits] [php-sabredav] 42/66: No braces here.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:56:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.
commit c0f6330dd1eb3bfa71c0415ccd9f34df1cb86379
Author: Evert Pot <me at evertpot.com>
Date: Wed Apr 29 00:06:07 2015 -0400
No braces here.
---
lib/DAVACL/Xml/Property/Acl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DAVACL/Xml/Property/Acl.php b/lib/DAVACL/Xml/Property/Acl.php
index aaecc4b..d0f19e3 100644
--- a/lib/DAVACL/Xml/Property/Acl.php
+++ b/lib/DAVACL/Xml/Property/Acl.php
@@ -136,7 +136,7 @@ class Acl implements Element, HtmlOutput {
}
echo '<td>', $html->xmlName($privilege['privilege']), '</td>';
echo '<td>';
- if ($privilege['protected']) { echo '(protected)'; }
+ if ($privilege['protected']) echo '(protected)';
echo '</td>';
echo '</tr>';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list