Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in a default definition.
This explains why things were't working properly.  :P
  • Loading branch information
FastLizard4 committed Feb 21, 2013
1 parent af27d73 commit 83a77e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf.php
Expand Up @@ -37,7 +37,7 @@
$privgroups[ '*' ][ 'tinyurl' ] = 1;
$privgroups[ '*' ][ 'bit.ly' ] = 1;
$privgroups[ '*' ][ 'fish' ] = 1;
$pvivgroups[ '*' ][ 'remind' ] = 1;
$privgroups[ '*' ][ 'remind' ] = 1;
$privgroups[ 's-trusted' ] = $privgroups['*']; // 's-trusted' inherits '*'
$privgroups[ 's-trusted' ][ 'fap' ] = 1;
$privgroups[ 's-trusted' ][ 'say' ] = 1;
Expand Down

0 comments on commit 83a77e6

Please sign in to comment.