Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Apr 25, 2015
1 parent 34b5b39 commit 6e66a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-github-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

$path = dirname( __FILE__ ) . '/vendor/autoload.php';
if ( ! file_exists( $path ) ) {
if ( file_exists( $path ) ) {
require_once $path;
}

Expand Down

0 comments on commit 6e66a5a

Please sign in to comment.