Revision: 2171
Author: olavmrk
Date: Thu Feb 11 05:46:00 2010
Log: statistics: Fix warning on unset fieldPresentation.
http://code.google.com/p/simplesamlphp/source/detail?r=2171
Modified:
/trunk/modules/statistics/lib/StatDataset.php
=======================================
--- /trunk/modules/statistics/lib/StatDataset.php Tue Jun 23 01:15:13 2009
+++ /trunk/modules/statistics/lib/StatDataset.php Thu Feb 11 05:46:00 2010
@@ -272,7 +272,7 @@
return $presentationHandler->getPresentation();
}
- return NULL;
+ return array();
}
public function getDelimiterPresentationPie() {
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" 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/simplesamlphp-commits?hl=en.