DataObjects/Projects.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 04:54:41 +0000 (12:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 04:54:41 +0000 (12:54 +0800)
DataObjects/Projects.php

index 76c3e0c..9514b9f 100644 (file)
@@ -119,9 +119,10 @@ class Pman_Core_DataObjects_Projects extends DB_DataObject
         }
          // user projects!!!! - make sure they can only see project they are suppsed to..
          // only applies to document stuff..
+        
+        //&& $au->hasPerm('Documents.Documents','S') << this is dependant on the doc modules
           
-        if (!$au->hasPerm('Core.Projects_All','S') &&
-            $au->hasPerm('Documents.Documents','S')) {
+        if (!$au->hasPerm('Core.Projects_All','S') ) {