Commit 9929d557 authored by guilhermeblanco's avatar guilhermeblanco

Merged changeset r3758 into 0.10 and trunk (gnat missed to do it)

parent 05acd91d
......@@ -70,7 +70,7 @@ class Doctrine_Template_Listener_Sluggable extends Doctrine_Record_Listener
} else {
$value = '';
foreach ($this->_options['fields'] as $field) {
$value = $record->$field . ' ';
$value .= $record->$field . ' ';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment