summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php b/www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php
index 6c62aba8..81b92304 100644
--- a/www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php
+++ b/www/wiki/extensions/SemanticResultFormats/formats/slideshow/SRF_SlideShow.php
@@ -34,11 +34,11 @@ class SRFSlideShow extends SMWResultPrinter {
// build an array of article IDs contained in the result set
$objects = [];
- foreach ( $res->getResults() as $key => $object ) {
+ foreach ( $res->getResults() as $key => $dataItem ) {
- $objects[] = [ $object->getTitle()->getArticleId() ];
+ $objects[] = [ $dataItem->getTitle()->getArticleId() ];
- $html .= $key . ': ' . $object->getSerialization() . "<br>\n";
+ $html .= $key . ': ' . $dataItem->getSerialization() . "<br>\n";
}
// build an array of data about the printrequests