mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- use template->parse instead of pparse. (exceptions for install.php and
upgrade.php) - bug fixed : queries time and count were not displayed on a redirection git-svn-id: http://piwigo.org/svn/trunk@688 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -348,7 +348,7 @@ if (defined('IN_ADMIN') and IN_ADMIN)
|
||||
else
|
||||
{
|
||||
$template->assign_block_vars('modify.profile',array());
|
||||
$template->pparse('profile_body');
|
||||
$template->parse('profile_body');
|
||||
include(PHPWG_ROOT_PATH.'include/page_tail.php');
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user