Author: ornicar2
Date: 2010-02-10 20:50:56 +0100 (Wed, 10 Feb 2010)
New Revision: 27846
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/lib/seo/dmSeoSynchronizer.php
Log:
[Diem]
- allowed to use %user.culture% as automatic meta variable
Modified: plugins/diemPlugin/trunk/dmCorePlugin/lib/seo/dmSeoSynchronizer.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/lib/seo/dmSeoSynchronizer.php
2010-02-10 19:46:03 UTC (rev 27845)
+++ plugins/diemPlugin/trunk/dmCorePlugin/lib/seo/dmSeoSynchronizer.php
2010-02-10 19:50:56 UTC (rev 27846)
@@ -289,7 +289,7 @@
foreach ($placeholders as $placeholder)
{
- if ('culture' === $placeholder)
+ if ('culture' === $placeholder || 'user.culture' === $placeholder)
{
$replacements[$this->wrap($placeholder)] = $this->culture;
continue;
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.