Author: mathijshenquet
Date: 2010-02-23 16:54:10 +0100 (Tue, 23 Feb 2010)
New Revision: 28215
Modified:
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/lib/BasesfDoctrineSimpleForumActions.class.php
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/createTopicSuccess.php
Log:
Modified:
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/lib/BasesfDoctrineSimpleForumActions.class.php
===================================================================
---
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/lib/BasesfDoctrineSimpleForumActions.class.php
2010-02-23 14:55:46 UTC (rev 28214)
+++
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/lib/BasesfDoctrineSimpleForumActions.class.php
2010-02-23 15:54:10 UTC (rev 28215)
@@ -33,7 +33,7 @@
$this->forum =
Doctrine::getTable("sfDoctrineSimpleForumForum")->findOneById($request->getParameter("id"));
// forward to 404 page if id is invalid
- $this->forward404Unless($this->board);
+ //$this->forward404Unless($this->board);
}
public function executeViewTopic(sfWebRequest $request)
Modified:
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/createTopicSuccess.php
===================================================================
---
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/createTopicSuccess.php
2010-02-23 14:55:46 UTC (rev 28214)
+++
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/createTopicSuccess.php
2010-02-23 15:54:10 UTC (rev 28215)
@@ -11,6 +11,7 @@
<dl class="list_form">
<dt>
<label><?php echo __("Topic Title", null,
'sfDoctrineSimpleForum'); ?>:</label>
+ <?php echo $form->renderHiddenFields(); ?>
</dt>
<dd>
<?php echo $form['title']->renderError()?>
--
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.