Turn on the packages
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 5 Dec 2016 16:25:31 +0000 (11:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 5 Dec 2016 16:26:55 +0000 (11:26 -0500)
remove check for preview in request

Toolkit/Page.php

index ae504cf..08db54a 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