diff --git a/module/VuFind/src/VuFind/Cache/Manager.php b/module/VuFind/src/VuFind/Cache/Manager.php
index 665619f74a941802c9e74097c1554c7975725ff1..68ecd02f0b4201038f56e90d143cc4f5e8af29ce 100644
--- a/module/VuFind/src/VuFind/Cache/Manager.php
+++ b/module/VuFind/src/VuFind/Cache/Manager.php
@@ -155,7 +155,7 @@ class Manager
      *
      * @return void
      */
-    protected function createAPCCache($cacheName, $frontOptions)
+    protected function createAPCCache($cacheName)
     {
         $this->cacheSettings[$cacheName] = array(
             'adapter' => 'APC',