Skip to content

Commit

Permalink
fix path to remote installer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jan 18, 2015
1 parent b70d174 commit 906c024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remote-installer/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

if ( ! defined( 'EDD_RI_PLUGIN_URL' ) ) {
define( 'EDD_RI_PLUGIN_URL', get_template_directory_uri() . '/lib/admin/remote-installer' );
define( 'EDD_RI_PLUGIN_URL', get_template_directory_uri() . '/lib/remote-installer/' );
}

include( dirname( __FILE__ ) . '/includes/class-Maera_EDD_RI_Client.php' );
Expand Down

0 comments on commit 906c024

Please sign in to comment.