made doPost protected

This commit is contained in:
Roland Gruber 2008-01-14 18:10:13 +00:00
parent cf1755bd5b
commit 0420e173ef
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ class lamList {
/**
* Manages all POST actions (e.g. button pressed) for the account lists.
*/
private function listDoPost() {
protected function listDoPost() {
// check if button was pressed and if we have to add/delete an account
if (isset($_POST['new']) || isset($_POST['del'])){
if (!checkIfWriteAccessIsAllowed()) {