Skip to content

Commit

Permalink
Fixed error when checking for acf-fewbricks-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
folbert committed Apr 10, 2016
1 parent 13d2f95 commit a80825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fewbricks.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

});

} else if(!file_exists(plugin_dir_path(__FILE__) . '../acf-hidden/acf-hidden.php')) {
} else if(!file_exists(plugin_dir_path(__FILE__) . '../acf-fewbricks-hidden/acf-fewbricks-hidden.php')) {

add_action('admin_notices', function () {

Expand Down

0 comments on commit a80825e

Please sign in to comment.