summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 4b8ca34fb..16e6c78a6 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -198,7 +198,7 @@ function blog_page_last() {
/**
* Implementation of hook_validate().
*/
-function blog_validate(&$node) {
+function blog_validate($node) {
node_validate_title($node);
}