Author: ringhio
Date: 2010-04-01 00:23:39 +0200 (Thu, 01 Apr 2010)
New Revision: 28941
Modified:
doc/branches/1.4/jobeet/en/21.markdown
Log:
[doc][1.4] Fixed typo (closes #8091)
Modified: doc/branches/1.4/jobeet/en/21.markdown
===================================================================
--- doc/branches/1.4/jobeet/en/21.markdown 2010-03-31 22:03:05 UTC (rev
28940)
+++ doc/branches/1.4/jobeet/en/21.markdown 2010-03-31 22:23:39 UTC (rev
28941)
@@ -465,7 +465,7 @@
createJob(array('category_id' =>
$browser->getProgrammingCategory()->getId()), true)->
</propel>
<doctrine>
- createJob(array('category_id' =>
Doctrine::getTable('CategoryTranslation')->findOneBySlug('programming')->getId()),
true)->
+ createJob(array('category_id' =>
Doctrine::getTable('JobeetCategory')->findOneBySlug('programming')->getId()),
true)->
</doctrine>
get('/fr/')->
@@ -495,4 +495,4 @@
Tomorrow, we will talk about the last step of an application life-cycle: the
deployment to the production servers.
-__ORM__
\ No newline at end of file
+__ORM__
--
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.