Author: stefbach
Date: 2010-03-05 01:50:36 +0100 (Fri, 05 Mar 2010)
New Revision: 28386

Modified:
   plugins/sfAmfPlugin/
   plugins/sfAmfPlugin/modules/amfbrowser/templates/indexSuccess.php
Log:
 [sfAmfPlugin] Update typo in amfBrowser link



Property changes on: plugins/sfAmfPlugin
___________________________________________________________________
Added: svk:merge
   + 7ce51a29-67ea-4596-9a32-2e0fcaf8b5e0:/local/symfony/sfAmfPlugin:26

Modified: plugins/sfAmfPlugin/modules/amfbrowser/templates/indexSuccess.php
===================================================================
--- plugins/sfAmfPlugin/modules/amfbrowser/templates/indexSuccess.php   
2010-03-04 21:24:49 UTC (rev 28385)
+++ plugins/sfAmfPlugin/modules/amfbrowser/templates/indexSuccess.php   
2010-03-05 00:50:36 UTC (rev 28386)
@@ -25,7 +25,7 @@
       <?php if (!$method->isPublic() or $method->getDeclaringClass() != 
$class) continue;?>
 
       <?php $is_empty = false; ?>
-      <li class="method"><?php echo link_to($method->getName(), 
'amfBrowser/index?method='.urlencode($package_name.'::'.$method->getName()));?></li>
+      <li class="method"><?php echo link_to($method->getName(), 
'amfbrowser/index?method='.urlencode($package_name.'::'.$method->getName()));?></li>
     <?php endforeach;?>
 
     <?php if ($is_empty):?>

-- 
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.

Reply via email to