From 51e19100e1aaaf2415ab542592822e6f8b344f29 Mon Sep 17 00:00:00 2001 From: jacek Date: Tue, 9 Jun 2015 14:33:49 +0200 Subject: [PATCH] PR fix --- PortableInfoboxHooks.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PortableInfoboxHooks.class.php b/PortableInfoboxHooks.class.php index 4f15dbb..b1c18bb 100644 --- a/PortableInfoboxHooks.class.php +++ b/PortableInfoboxHooks.class.php @@ -16,7 +16,7 @@ class PortableInfoboxHooks { $dataService = new PortableInfoboxDataService(); $infoboxData = $dataService->getInfoboxDataByTitle( $articleTitle ); - $infoboxImages = $dataService->getImageListFromInfoboxData( $infoboxData ); + $infoboxImages = $dataService->getImageListFromInfoboxesData( $infoboxData ); if ( !empty( $infoboxImages ) ) { $imageNamesArray = array_merge( $infoboxImages, (array) $imageNamesArray ); }