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;
}