Guest User

Untitled

a guest
Jan 4th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public function configure()
  2. {
  3. if (!sfContext::getInstance()->getUser()->isSuperAdmin()) {
  4. unset($this['is_super_admin']);
  5. }
  6. }
  7. }
Add Comment
Please, Sign In to add comment