Skip to content

Commit

Permalink
Fixed some notices -- thanks to jesse.glaves on the forums!
Browse files Browse the repository at this point in the history
  • Loading branch information
timbuckingham committed Jul 21, 2014
1 parent 093a7f1 commit e94f894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/inc/bigtree/cms.php
Expand Up @@ -11,6 +11,7 @@ class BigTreeCMS {
var $IPLCache = array();
var $ReplaceableRootKeys = array();
var $ReplaceableRootVals = array();
var $Secure = false;

/*
Constructor:
Expand Down
2 changes: 1 addition & 1 deletion core/router.php
Expand Up @@ -431,7 +431,7 @@
$show_bar_default = $_COOKIE["hide_bigtree_bar"] ? false : true;
$show_preview_bar = false;
$return_link = "";
if ($_GET["bigtree_preview_return"]) {
if (!empty($_GET["bigtree_preview_return"])) {
$show_bar_default = false;
$show_preview_bar = true;
$return_link = $_GET["bigtree_preview_return"];
Expand Down

0 comments on commit e94f894

Please sign in to comment.