mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
- bug fixed : slideshow was not working since modification of test on
$refresh var. git-svn-id: http://piwigo.org/svn/trunk@722 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -44,7 +44,7 @@ $template->assign_vars(
|
||||
));
|
||||
|
||||
// refresh
|
||||
if ( isset( $refresh ) and is_int($refresh) and isset( $url_link ) )
|
||||
if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) )
|
||||
{
|
||||
$template->assign_vars(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user