From e77bd3e6c54a94a1c7c9138a9dcb60e53a568c90 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 13 Jul 2012 07:52:00 -0400 Subject: [PATCH] Disabled thumbnail generation until we figure out the best way to access the router from the record driver. --- module/VuFind/src/VuFind/RecordDriver/Summon.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/VuFind/src/VuFind/RecordDriver/Summon.php b/module/VuFind/src/VuFind/RecordDriver/Summon.php index 22056b26aab..563127ab336 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Summon.php +++ b/module/VuFind/src/VuFind/RecordDriver/Summon.php @@ -416,6 +416,7 @@ class Summon extends SolrDefault */ public function getThumbnail($size = 'small') { + /* TODO $formats = $this->getFormats(); if ($isbn = $this->getCleanISBN() || !empty($formats)) { $frontController = Zend_Controller_Front::getInstance(); @@ -429,6 +430,7 @@ class Summon extends SolrDefault } return $url . implode('&', $params); } + */ return false; } -- GitLab