aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_tail.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-01-11 20:52:17 +0000
committerrvelices <rv-github@modusoptimus.com>2012-01-11 20:52:17 +0000
commitb1ebb7c7850cc84c5f0c6569335008a7d33b80fc (patch)
tree6d128e4bc865d78396b748de0e357a8fc62fc8bf /include/page_tail.php
parent511cbb1c981d77d3adc21c6de279d7afd5f07e94 (diff)
bug 2554 php warning PHPWG_URL is not defined in page_tail.inc.php
git-svn-id: http://piwigo.org/svn/trunk@12875 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_tail.php')
-rw-r--r--include/page_tail.php2
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