Skip to content

Commit

Permalink
Fixing lib folder loading
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed May 17, 2018
1 parent 068d1f1 commit 3a09cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woo-nfe.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private function includes() {
$composer_path = $this->plugin_dir . 'vendor/autoload.php';

if ( ! file_exists( $composer_path ) ) {
require( $this->plugin_dir . 'lib/client-php/lib/init.php' );
require( $this->plugin_dir . 'li/client-php/lib/init.php' );
} else {
require( $composer_path );
}
Expand Down

0 comments on commit 3a09cc7

Please sign in to comment.