Mark Scherer 10 years ago
parent
commit
2d1a77a3da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/Response.php

+ 1 - 1
src/Network/Response.php

@@ -881,7 +881,7 @@ class Response
             if (!$public && !$private && !$noCache) {
                 return null;
             }
-            $sharable = $public || ! ($private || $noCache);
+            $sharable = $public || !($private || $noCache);
             return $sharable;
         }
         if ($public) {