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

Removed unused config call.

parent 86bad039
No related merge requests found
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
* @link http://vufind.org Main Site * @link http://vufind.org Main Site
*/ */
namespace VuFind\Controller; namespace VuFind\Controller;
use VuFind\Config\Reader as ConfigReader;
/** /**
* Home action for Help module * Home action for Help module
...@@ -51,7 +50,6 @@ class HelpController extends AbstractBase ...@@ -51,7 +50,6 @@ class HelpController extends AbstractBase
*/ */
public function homeAction() public function homeAction()
{ {
$config = ConfigReader::getConfig();
$this->layout()->setTemplate('layout/help'); $this->layout()->setTemplate('layout/help');
// Sanitize the topic name to include only alphanumeric characters // Sanitize the topic name to include only alphanumeric characters
......
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