From 3c6846935e3fb5ce732f374d7a9c6bb10d47ddcc Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Thu, 30 Jul 2009 01:44:07 -0400 Subject: [PATCH] Variables -> Horde_Variables --- nag/tasklists/delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nag/tasklists/delete.php b/nag/tasklists/delete.php index 8ecd8e32c..29412f1b9 100644 --- a/nag/tasklists/delete.php +++ b/nag/tasklists/delete.php @@ -37,7 +37,7 @@ if (is_a($tasklist, 'PEAR_Error')) { $form = new Nag_DeleteTaskListForm($vars, $tasklist); // Execute if the form is valid (must pass with POST variables only). -if ($form->validate(new Variables($_POST))) { +if ($form->validate(new Horde_Variables($_POST))) { $result = $form->execute(); if (is_a($result, 'PEAR_Error')) { $notification->push($result, 'horde.error'); -- 2.11.0