updates for preview only
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Oct 2016 15:26:43 +0000 (11:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Oct 2016 15:26:43 +0000 (11:26 -0400)
Toolkit/Page.php

index 08db54a..ae504cf 100755 (executable)
@@ -521,9 +521,9 @@ class Toolkit_Page
         ) {
             $this->_getBlocks();
         }
-        //if ( filter_var( $_REQUEST['preview'], FILTER_VALIDATE_BOOLEAN ) ) {
+        if ( filter_var( $_REQUEST['preview'], FILTER_VALIDATE_BOOLEAN ) ) {
             $this->_getPackages();
-        //}
+        }
 
         if (   defined("PRESS_DB")
             && PRESS_DB