The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 11f5aadc authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused and unnecessary variable references.

parent ac47dcfd
No related merge requests found
......@@ -3,7 +3,7 @@
$this->headTitle($this->translate('Excerpt') . ': ' . $this->driver->getBreadcrumb());
// Grab excerpt data:
$excerpts = $this->tab->getContent($isbn);
$excerpts = $this->tab->getContent();
?>
<? if (count($excerpts) > 0): ?>
<? foreach ($excerpts as $provider => $list): ?>
......
......@@ -3,7 +3,7 @@
$this->headTitle($this->translate('Reviews') . ': ' . $this->driver->getBreadcrumb());
// Grab review data:
$reviews = $this->tab->getContent($isbn);
$reviews = $this->tab->getContent();
?>
<? if (count($reviews) > 0): ?>
<? foreach ($reviews as $provider => $list): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment