Merge tag 'v1.2.15' into develop
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 17 Nov 2017 19:10:39 +0000 (14:10 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 17 Nov 2017 19:10:39 +0000 (14:10 -0500)
fixing package detail page to check for member id before trying to display the details and packages link
in the detail page

1  2 
index.php

diff --cc index.php
+++ b/index.php
   * @package glmMembersDatabasePackagingAddOn
   * @author Chuck Scott <cscott@gaslightmedia.com>
   * @license http://www.gaslightmedia.com Gaslightmedia
-  * @version 1.2.14
+  * @version 1.2.15
   */
  
 -/*
 +// Check that we're being called by WordPress.
 +if (!defined('ABSPATH')) {
 +    header("Location: http://".$_SERVER['SERVER_NAME']."/error/404.html");
 +    die();
 +}
 +
 +    /*
   *  Plugin and Database Versions
   *
   *  Note that the database version matches the version of the last