projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83676b5
)
Variables -> Horde_Variables
author
Matt Selsky
<selsky@columbia.edu>
Thu, 30 Jul 2009 05:44:07 +0000
(
01:44
-0400)
committer
Matt Selsky
<selsky@columbia.edu>
Thu, 30 Jul 2009 05:44:07 +0000
(
01:44
-0400)
nag/tasklists/delete.php
patch
|
blob
|
history
diff --git
a/nag/tasklists/delete.php
b/nag/tasklists/delete.php
index
8ecd8e3
..
29412f1
100644
(file)
--- 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');