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

Style fixes.

parent 5ea581f2
No related merge requests found
......@@ -224,12 +224,12 @@ class Mailer implements \VuFind\I18n\Translator\TranslatorAwareInterface
/**
* Send an email message representing a record.
*
* @param string $to Recipient email address
* @param string $from Sender email address
* @param string $msg User notes to include in
* @param string $to Recipient email address
* @param string $from Sender email address
* @param string $msg User notes to include in
* message
* @param \VuFind\RecordDriver\AbstractBase $record Record being emailed
* @param \Zend\View\Renderer\PhpRenderer $view View object (used to render
* @param \VuFind\RecordDriver\AbstractBase $record Record being emailed
* @param \Zend\View\Renderer\PhpRenderer $view View object (used to render
* email templates)
* @param string $subject Subject for email (optional)
* @param string $cc CC recipient (null for none)
......
......@@ -357,7 +357,7 @@ class GenerateController extends AbstractBase
// Create backup of configuration
$this->backUpFile($configPath);
$config = require $configPath;
$config = include $configPath;
$current = & $config;
$finalStep = array_pop($path);
foreach ($path as $step) {
......
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