diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-11 20:52:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-11 20:52:17 +0000 |
commit | b1ebb7c7850cc84c5f0c6569335008a7d33b80fc (patch) | |
tree | 6d128e4bc865d78396b748de0e357a8fc62fc8bf /include | |
parent | 511cbb1c981d77d3adc21c6de279d7afd5f07e94 (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 '')
-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 |