From 0420e173efadf85d4458b4f13157c3271f55f0c9 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 14 Jan 2008 18:10:13 +0000 Subject: [PATCH] made doPost protected --- lam/lib/lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 8b35bc92..98a84a98 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -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()) {