We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878c0f1 commit 7a34568Copy full SHA for 7a34568
webdav.php
@@ -53,7 +53,7 @@ public function hcpp_rebooted() {
53
54
// Respond to invoke-plugin webdav_restart.
55
public function hcpp_invoke_plugin( $args ) {
56
- if ( $args === 'webdav_restart' ) {
+ if ( $args[0] === 'webdav_restart' ) {
57
$this->restart();
58
}
59
return $args;
0 commit comments