diff options
Diffstat (limited to '')
-rw-r--r-- | include/page_tail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_tail.php b/include/page_tail.php index 93f6219bf..203268c32 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -27,7 +27,7 @@ trigger_action('loc_begin_page_tail'); $template->assign( array( 'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '', - 'PHPWG_URL' => PHPWG_URL, + 'PHPWG_URL' => defined('PHPWG_URL') ? PHPWG_URL : '', )); //--------------------------------------------------------------------- contact |