We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774c8b3 commit bd64205Copy full SHA for bd64205
1 file changed
hooks/hook_cron.php
@@ -45,7 +45,7 @@ function metarefresh_hook_cron(&$croninfo)
45
$outputDir = $set->getString('outputDir');
46
$outputDir = $config->resolvePath($outputDir);
47
if ($outputDir === null) {
48
- throw \Exception("Invalid outputDir specified.");
+ throw new \Exception("Invalid outputDir specified.");
49
}
50
51
$outputFormat = $set->getValueValidate('outputFormat', ['flatfile', 'serialize'], 'flatfile');
0 commit comments