Skip to content

Commit 745d495

Browse files
committed
Fix expansion of docroot_client path with webroot in cronjob_plugin
1 parent 5520271 commit 745d495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/cron_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function _write_crontab() {
305305
$web_php_cli = $this->parent_domain['php_cli_binary'];
306306
}
307307

308-
$web_docroot_client .= $web_folder;
308+
$web_docroot_client .= $web_root;
309309

310310
$trans = array(
311311
'[web_root]' => $web_docroot_client,

0 commit comments

Comments
 (0)