[Piwik-svn] r372 - trunk/plugins/Actions

svnmaster at piwik.org svnmaster at piwik.org
Fri Mar 14 21:04:56 CET 2008


Author: matt
Date: 2008-03-14 21:04:56 +0100 (Fri, 14 Mar 2008)
New Revision: 372

Modified:
   trunk/plugins/Actions/Actions.php
Log:
- fix function renaming

Modified: trunk/plugins/Actions/Actions.php
===================================================================
--- trunk/plugins/Actions/Actions.php	2008-03-14 20:01:17 UTC (rev 371)
+++ trunk/plugins/Actions/Actions.php	2008-03-14 20:04:56 UTC (rev 372)
@@ -191,7 +191,7 @@
 	{
 		$isUrl = false; 
 		// case the name is an URL we dont clean the name the same way
-		if(Piwik_Common::isUrl($name))
+		if(Piwik_Common::isLookLikeUrl($name))
 		{
 			$split = array($name);
 			$isUrl = true;



More information about the Piwik-svn mailing list