Skip to content

Commit 211ff28

Browse files
committed
Fix init file in uninstall.php
1 parent 250555f commit 211ff28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uninstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
global $wpdb;
99

10-
WP2Static\Controller::init( __FILE__ );
10+
WP2Static\Controller::init( __DIR__ . '/wp2static.php' );
1111

1212
$tables_to_drop = [
1313
'core_options',

0 commit comments

Comments
 (0)