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
This commit is contained in:
rvelices
2012-01-11 20:52:17 +00:00
parent 511cbb1c98
commit b1ebb7c785
2 changed files with 8 additions and 26 deletions
+1 -1
View File
@@ -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