Author: sevein
Date: Tue May 15 21:25:05 2012
New Revision: 11680
Log:
Cosmetic changes
Modified:
trunk/plugins/qbAclPlugin/lib/QubitAcl.class.php
Modified: trunk/plugins/qbAclPlugin/lib/QubitAcl.class.php
==============================================================================
--- trunk/plugins/qbAclPlugin/lib/QubitAcl.class.php Tue May 15 00:02:47
2012 (r11679)
+++ trunk/plugins/qbAclPlugin/lib/QubitAcl.class.php Tue May 15 21:25:05
2012 (r11680)
@@ -88,7 +88,7 @@
{
$hasAccess = false;
- // skip ACL checks for command-line tasks
+ // Skip ACL checks for command-line tasks
if ('cli' ==
sfContext::getInstance()->getConfiguration()->getEnvironment())
{
return true;
@@ -656,7 +656,6 @@
// If global rule is DENY, then only show the listed repo drafts
else
{
-
while ($repo = array_shift($repositoryViewDrafts))
{
$query->addSubquery(QubitSearch::getInstance()->addTerm($repo['id'],
'repositoryId'), true);
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.