Skip to content

Commit 7a34568

Browse files
committed
wip
1 parent 878c0f1 commit 7a34568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function hcpp_rebooted() {
5353

5454
// Respond to invoke-plugin webdav_restart.
5555
public function hcpp_invoke_plugin( $args ) {
56-
if ( $args === 'webdav_restart' ) {
56+
if ( $args[0] === 'webdav_restart' ) {
5757
$this->restart();
5858
}
5959
return $args;

0 commit comments

Comments
 (0)