From b1bf0836a51dee0fa5505232e191aeb74382997c Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 24 Jan 2012 11:45:53 -0500 Subject: [PATCH] set $running_locally (wfpl doesn't anymore) --- code/cms.php | 3 +++ code/wfpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/cms.php b/code/cms.php index d6229b4..4f42655 100644 --- a/code/cms.php +++ b/code/cms.php @@ -1,6 +1,9 @@ set('$running_locally'); + } $tem->set('$host', this_host()); $nav_items = db_get_assocs('cms_pages', "coalesce(nullif(nav_title,''), title) as title,filename", 'where navbar!=0 order by navbar'); if($nav_items) { diff --git a/code/wfpl b/code/wfpl index 2329271..c311c03 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit 23292710a663791c27bd0b769779435f13753cff +Subproject commit c311c032739b97156dd373b270c0915bf248be76 -- 1.7.10.4