Author: fabien
Date: 2010-05-19 14:50:54 +0200 (Wed, 19 May 2010)
New Revision: 29523
Modified:
branches/1.3/lib/controller/sfController.class.php
branches/1.3/lib/filter/sfExecutionFilter.class.php
branches/1.4/lib/controller/sfController.class.php
branches/1.4/lib/filter/sfExecutionFilter.class.php
Log:
[1.3, 1.4] fixed typos in phpdoc
Modified: branches/1.3/lib/controller/sfController.class.php
===================================================================
--- branches/1.3/lib/controller/sfController.class.php 2010-05-19 12:19:44 UTC
(rev 29522)
+++ branches/1.3/lib/controller/sfController.class.php 2010-05-19 12:50:54 UTC
(rev 29523)
@@ -430,7 +430,7 @@
try
{
- // forward to the mail action
+ // forward to the action
$this->forward($module, $action);
}
catch (Exception $e)
@@ -450,7 +450,7 @@
// grab the action entry from this forward
$actionEntry = $actionStack->getEntry($index);
- // get raw email content
+ // get raw content
$presentation =& $actionEntry->getPresentation();
// put render mode back
Modified: branches/1.3/lib/filter/sfExecutionFilter.class.php
===================================================================
--- branches/1.3/lib/filter/sfExecutionFilter.class.php 2010-05-19 12:19:44 UTC
(rev 29522)
+++ branches/1.3/lib/filter/sfExecutionFilter.class.php 2010-05-19 12:50:54 UTC
(rev 29523)
@@ -123,7 +123,7 @@
*
* - sfView::NONE: Nothing happens.
* - sfView::RENDER_CLIENT: View data populates the response content.
- * - sfView::RENDER_DATA: View data populates the data presentation
variable.
+ * - sfView::RENDER_VAR: View data populates the data presentation
variable.
*
* @param string $moduleName The module name
* @param string $actionName The action name
Modified: branches/1.4/lib/controller/sfController.class.php
===================================================================
--- branches/1.4/lib/controller/sfController.class.php 2010-05-19 12:19:44 UTC
(rev 29522)
+++ branches/1.4/lib/controller/sfController.class.php 2010-05-19 12:50:54 UTC
(rev 29523)
@@ -401,7 +401,7 @@
try
{
- // forward to the mail action
+ // forward to the action
$this->forward($module, $action);
}
catch (Exception $e)
@@ -421,7 +421,7 @@
// grab the action entry from this forward
$actionEntry = $actionStack->getEntry($index);
- // get raw email content
+ // get raw content
$presentation =& $actionEntry->getPresentation();
// put render mode back
Modified: branches/1.4/lib/filter/sfExecutionFilter.class.php
===================================================================
--- branches/1.4/lib/filter/sfExecutionFilter.class.php 2010-05-19 12:19:44 UTC
(rev 29522)
+++ branches/1.4/lib/filter/sfExecutionFilter.class.php 2010-05-19 12:50:54 UTC
(rev 29523)
@@ -123,7 +123,7 @@
*
* - sfView::NONE: Nothing happens.
* - sfView::RENDER_CLIENT: View data populates the response content.
- * - sfView::RENDER_DATA: View data populates the data presentation
variable.
+ * - sfView::RENDER_VAR: View data populates the data presentation
variable.
*
* @param string $moduleName The module name
* @param string $actionName The action name
--
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.