[textpattern commit] r2940 - development/4.0/textpattern/include

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 18, 2008, 11:26:16 AM7/18/08
to txp...@googlegroups.com
Author: r.wetzlmayr
Date: Fri Jul 18 08:25:13 2008
New Revision: 2940

Modified:
development/4.0/textpattern/include/txp_article.php

Log:
Fix variable replacement in 'concurrent_edit' message.

Modified: development/4.0/textpattern/include/txp_article.php
==============================================================================
--- development/4.0/textpattern/include/txp_article.php (original)
+++ development/4.0/textpattern/include/txp_article.php Fri Jul 18
08:25:13 2008
@@ -160,7 +160,7 @@

if ($oldArticle['sLastMod'] != $incoming['sLastMod'])
{
- article_edit(gTxt('concurrent_edit_by', array('author' =>
htmlspecialchars($oldArticle['LastModID']))), TRUE);
+ article_edit(gTxt('concurrent_edit_by', array('{author}' =>
htmlspecialchars($oldArticle['LastModID']))), TRUE);
return;
}

Reply all
Reply to author
Forward
0 new messages