/[SQLSession]/trunk/lib/SQLSession/CurrentUser.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/SQLSession/CurrentUser.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 59 by dpavlin, Thu Jan 25 15:43:02 2007 UTC revision 60 by dpavlin, Thu Jan 25 18:19:02 2007 UTC
# Line 38  sub _init { Line 38  sub _init {
38                          $self->is_superuser(1);                          $self->is_superuser(1);
39                  }                  }
40          }          }
41    
42            # honor AdminMode from config.yml
43            $self->is_superuser(1) if Jifty->config->framework('AdminMode');
44  }  }
45    
46  =head2 role  =head2 role

Legend:
Removed from v.59  
changed lines
  Added in v.60

  ViewVC Help
Powered by ViewVC 1.1.26