Code

Updated Workstation acls
[gosa.git] / include / smarty / plugins / block.render.php
index efca60e7d93bca406e8edbdab64e629333890c75..1f3dbf28559a35b338f63de1816cbc98e7d936ca 100755 (executable)
@@ -21,7 +21,7 @@ function smarty_block_render($params, $text, &$smarty)
        }
 
        /* Disable objects, but keep those active that have mode=read_active */
-       if(!(isset($params['mode']) && $params['mode']=='readable')){
+       if(!(isset($params['mode']) && $params['mode']=='read_active')){
 
                /* Disable options && greyout divlists */