From 906c024d81367e99a71e29307bda1fd1d08e775b Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Sun, 18 Jan 2015 20:51:30 +0200 Subject: [PATCH] fix path to remote installer scripts --- lib/remote-installer/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote-installer/client.php b/lib/remote-installer/client.php index f9a75c8..7779a35 100644 --- a/lib/remote-installer/client.php +++ b/lib/remote-installer/client.php @@ -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' );