Author: weaverryan
Date: 2010-01-30 19:45:07 +0100 (Sat, 30 Jan 2010)
New Revision: 27333
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/lib/sfSympalAssetReplacer.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing bad callback
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/lib/sfSympalAssetReplacer.class.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/lib/sfSympalAssetReplacer.class.php
2010-01-30 18:01:33 UTC (rev 27332)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/lib/sfSympalAssetReplacer.class.php
2010-01-30 18:45:07 UTC (rev 27333)
@@ -259,8 +259,8 @@
if ($this->_replacementMap === null)
{
$map = array(
- 'link' => array('sfSympalAssetReplacer' => '_replaceLinks'),
- 'asset' => array('sfSympalAssetReplacer' => '_replaceAssets')
+ 'link' => array('sfSympalAssetReplacer', '_replaceLinks'),
+ 'asset' => array('sfSympalAssetReplacer', '_replaceAssets')
);
$dispatcher =
sfContext::getInstance()->getConfiguration()->getEventDispatcher();
--
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.