Skip to content

Commit

Permalink
Revert previous commit: folder name was correct, wrong name was on my…
Browse files Browse the repository at this point in the history
… computer
  • Loading branch information
remyperona committed Mar 2, 2017
1 parent da1e34e commit 5869a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-rocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function rocket_init()
}

// Don't insert the LazyLoad file if Rocket LazyLoad is activated
if ( ! rocket_is_plugin_active( 'rocket-lazyload/rocket-lazy-load.php' ) ) {
if ( ! rocket_is_plugin_active( 'rocket-lazy-load/rocket-lazy-load.php' ) ) {
require( WP_ROCKET_FRONT_PATH . 'lazyload.php' );
}

Expand Down

0 comments on commit 5869a18

Please sign in to comment.