[Piwik-svn] r509 - trunk/modules/Archive/Array

svnmaster at piwik.org svnmaster at piwik.org
Fri Jun 6 03:25:35 CEST 2008


Author: matt
Date: 2008-06-06 03:25:35 +0200 (Fri, 06 Jun 2008)
New Revision: 509

Modified:
   trunk/modules/Archive/Array/IndexedBySite.php
Log:
- fixing notice

Modified: trunk/modules/Archive/Array/IndexedBySite.php
===================================================================
--- trunk/modules/Archive/Array/IndexedBySite.php	2008-06-06 01:23:51 UTC (rev 508)
+++ trunk/modules/Archive/Array/IndexedBySite.php	2008-06-06 01:25:35 UTC (rev 509)
@@ -58,7 +58,7 @@
 			{
 				throw new Exception("Piwik_Archive_Array_IndexedBySite::getDataTableFromNumeric() algorithm won't work if data is stored in different tables");
 			}
-			$aIds[] = $archive->getIdSite();
+			$aIds[] = $archive->getIdArchive();
 		}
 		
 		$inIds = implode(', ', $aIds);



More information about the Piwik-svn mailing list