summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-20 15:13:12 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-20 15:13:12 +0000
commit50dac6f6715d74bddce652a48208bfeaa91b5dd1 (patch)
tree27b857ef4c6b0270d4beaaea628f9b4721771d3e /modules
parent7ab84f9fcf0fa73b4cf911f41680849d040511f2 (diff)
downloadbrdo-50dac6f6715d74bddce652a48208bfeaa91b5dd1.tar.gz
brdo-50dac6f6715d74bddce652a48208bfeaa91b5dd1.tar.bz2
- Fixed typo reported by Stefan: theem -> theme
Diffstat (limited to 'modules')
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index d5ddbfacc..a5990e36e 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -710,7 +710,7 @@ function comment_save($edit) {
}
}
else {
- $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem('placeholder', $edit['subject'])));
+ $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme('placeholder', $edit['subject'])));
watchdog('content', $txt, WATCHDOG_WARNING);
drupal_set_message($txt, 'error');
return FALSE;
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index d5ddbfacc..a5990e36e 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -710,7 +710,7 @@ function comment_save($edit) {
}
}
else {
- $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem('placeholder', $edit['subject'])));
+ $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme('placeholder', $edit['subject'])));
watchdog('content', $txt, WATCHDOG_WARNING);
drupal_set_message($txt, 'error');
return FALSE;