[Piwik-svn] r399 - trunk/modules/ViewDataTable

svnmaster at piwik.org svnmaster at piwik.org
Sat Mar 22 01:56:19 CET 2008


Author: matt
Date: 2008-03-22 01:56:18 +0100 (Sat, 22 Mar 2008)
New Revision: 399

Modified:
   trunk/modules/ViewDataTable/Graph.php
Log:
- Fix bug sometimes flash graph dont display properly

Modified: trunk/modules/ViewDataTable/Graph.php
===================================================================
--- trunk/modules/ViewDataTable/Graph.php	2008-03-22 00:49:23 UTC (rev 398)
+++ trunk/modules/ViewDataTable/Graph.php	2008-03-22 00:56:18 UTC (rev 399)
@@ -89,7 +89,7 @@
 		$currentPath = Piwik_Url::getCurrentUrlWithoutFileName();
 		$pathToLibraryOpenChart = $currentPath . $libPathInPiwik;
 		
-		$url = $currentPath . $url;
+		$url = Piwik_Url::getCurrentUrlWithoutQueryString() . $url;
 	    // escape the & and stuff:
 	    $url = urlencode($url);
 		



More information about the Piwik-svn mailing list