Author: Jonathan.Wage
Date: 2010-02-17 01:17:57 +0100 (Wed, 17 Feb 2010)
New Revision: 28065
Modified:
plugins/sfSympalPlugin/trunk/lib/events/sfSympalContextLoadFactoriesListener.class.php
Log:
[1.4][sfSympalPlugin][1.0] Removing old unused code
Modified:
plugins/sfSympalPlugin/trunk/lib/events/sfSympalContextLoadFactoriesListener.class.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/events/sfSympalContextLoadFactoriesListener.class.php
2010-02-17 00:12:03 UTC (rev 28064)
+++
plugins/sfSympalPlugin/trunk/lib/events/sfSympalContextLoadFactoriesListener.class.php
2010-02-17 00:17:57 UTC (rev 28065)
@@ -13,9 +13,6 @@
public function run(sfEvent $event)
{
- $record =
Doctrine_Core::getTable(sfSympalConfig::get('user_model'))->getRecordInstance();
- $this->_dispatcher->notify(new sfEvent($record,
'sympal.user.set_table_definition', array('object' => $record)));
-
$this->_symfonyContext = $event->getSubject();
$this->_invoker->setProjectConfiguration($this->_symfonyContext->getConfiguration());
--
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.