Commit dadf781c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Removed size restriction of ACL debug so that we can see it

Showing with 1 addition and 1 deletion
+1 -1
......@@ -34,7 +34,7 @@ function smarty_block_render($params, $text, &$smarty)
/* Debug output */
if (session::is_set('DEBUGLEVEL') && session::get('DEBUGLEVEL') & DEBUG_ACL ) {
echo '<div style="color:blue;font-size:2;">&nbsp;'.$acl.'</div>';
echo '<div style="color:blue;">'.$acl.'</div>';
}
/* Read / Write*/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment