Members only template reference fix
authorLaury GvR <laury@gaslightmedia.com>
Tue, 14 May 2019 20:23:32 +0000 (16:23 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 14 May 2019 20:23:32 +0000 (16:23 -0400)
page.php

index 882366b..279aea4 100644 (file)
--- a/page.php
+++ b/page.php
@@ -37,7 +37,7 @@ if ( ! defined( 'ABSPATH' ) ) {
                        <div class="post-content">
                                <?php if ( is_in_tree( get_option("glm_members_database_option_members_only_id") ) ) { ?>
                                        <!-- if this is a page in the members only tree, go through members only content -->
-                                       <?php include(get_template_directory_uri() . "/lib/glma/glm-members-only-template.php"); ?>
+                                       <?php include(get_template_directory_uri() . "/includes/lib/glma/glm-members-only-template.php"); ?>
                                <?php } else { ?>
                                        <!-- if this is not a members-only template, show the regular content -->
                                        <?php the_content(); ?>