These aren't readonly

This commit is contained in:
Evan Prodromou 2009-01-23 10:37:04 +01:00
parent 32c9c03cdc
commit e566b8929b
2 changed files with 1 additions and 11 deletions

View File

@ -71,9 +71,4 @@ class AccesstokenAction extends Action
$this->serverError($e->getMessage()); $this->serverError($e->getMessage());
} }
} }
function isReadOnly()
{
return true;
}
} }

View File

@ -508,9 +508,4 @@ class GrouplogoAction extends Action
$nav = new GroupNav($this, $this->group); $nav = new GroupNav($this, $this->group);
$nav->show(); $nav->show();
} }
function isReadOnly()
{
return true;
}
} }