? .svn
? 522502_preprocess_prefix.patch
? tests/.svn
? translations/.svn
Index: talk.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/talk/talk.module,v
retrieving revision 1.6.2.11
diff -u -p -r1.6.2.11 talk.module
--- talk.module	15 Jul 2009 22:21:08 -0000	1.6.2.11
+++ talk.module	17 Jul 2009 17:51:50 -0000
@@ -240,7 +240,7 @@ function talk_theme() {
  *   Boolean that indicates if adding comments is allowed for current user.
  * @ingroup themeable
  */
-function talk_preprocess_talkpage(&$variables) {
+function template_preprocess_talkpage(&$variables) {
   $add_comments = $variables['add_comments'];
   $node = $variables['node'];
   $variables['title'] = talk_title($node, 'page');
