1
0
mirror of synced 2024-12-13 06:46:03 +03:00

fixing doc error

This commit is contained in:
pookey 2007-12-17 11:45:00 +00:00
parent 6365df0d66
commit ff2d68dc3d

View File

@ -167,6 +167,7 @@ class HydrationListener extends Doctrine_Record_Listener
$data = $event->data;
$data['fullname'] = $data['firstname'] . ' ' . $data['lastname'];
$event->data = $data;
}
}
</code>