mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
Fixed $phpEx inside single quotes
git-svn-id: file:///svn/phpbb/trunk@1966 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -169,7 +169,7 @@ if( $is_auth['auth_mod'] && $board_config['prune_enable'] )
|
|||||||
{
|
{
|
||||||
if( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] )
|
if( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] )
|
||||||
{
|
{
|
||||||
include($phpbb_root_path . 'includes/prune.$phpEx');
|
include($phpbb_root_path . 'includes/prune.'.$phpEx);
|
||||||
auto_prune($forum_id);
|
auto_prune($forum_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user