projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc02f1c
)
Turn on the packages
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 5 Dec 2016 16:25:31 +0000
(11:25 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 5 Dec 2016 16:26:55 +0000
(11:26 -0500)
remove check for preview in request
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
ae504cf
..
08db54a
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-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