projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24a916
)
Don't access protected data directly
author
Duck (Jakob Munih)
<duck@obala.net>
Thu, 1 Oct 2009 07:33:14 +0000
(09:33 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Thu, 1 Oct 2009 07:33:14 +0000
(09:33 +0200)
news/add.php
patch
|
blob
|
history
diff --git
a/news/add.php
b/news/add.php
index
cc6ea23
..
2b6076f
100644
(file)
--- a/
news/add.php
+++ b/
news/add.php
@@
-595,8
+595,7
@@
if ($form->validate()) {
}
}
- $form->_submit = _("Update");
- $form->_reset = _("Reset");
+ $form->setButtons(_("Update"), _("Reset"));
}
// Add editor now to avoud JS error notifications no redirect