Skip to content

Commit

Permalink
Fix include paths for new class files.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewAPicture committed Oct 29, 2017
1 parent 8590e8e commit 11ac89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/class.rda-options.php
Expand Up @@ -10,4 +10,4 @@

_deprecated_file( __FILE__, '1.2.0', 'class-rda-options.php' );

require_once __DIR__ 'class-rda-options.php';
require_once __DIR__ . '/class-rda-options.php';
2 changes: 1 addition & 1 deletion inc/class.rda-remove-access.php
Expand Up @@ -10,4 +10,4 @@

_deprecated_file( __FILE__, '1.2.0', 'class-rda-remove-access.php' );

require_once __DIR__ 'class-rda-remove-access.php';
require_once __DIR__ . '/class-rda-remove-access.php';

0 comments on commit 11ac89a

Please sign in to comment.