![]() |
attachment.php in 3.6.5
on line 1342 in 3.6.5 it has the following:
Code:
$vbulletin->GPC['type']['extension'] = preg_replace('#[^a-z0-9_]#i', '', $vbulletin->GPC['type']['extension']); Code:
$vbulletin->GPC['type']['extension'] = str_replace('.', '', $vbulletin->GPC['type']['extension']); I've gone through the mods on our forum and nothing seems to have touched this template. I'm wondering a few things: A) Is this one of the updates that's been made with the new release? B) Where can I find a list of what all has been updated that might help me as I come across other modifications in the process. Thanks in advance! |
That only applies if you're using file hacks (very unlikely as they were *close* to abolished in 3.5.x). Otherwise you just upload & replace all files, then run install/upgrade.php.
|
Quote:
|
You have file edits? If you don't, all your modifications would work on 3.6.5.
|
I went through all files one by one using a comparison tool.
What file would this be? |
Huh? No hacks should break from 3.6.3 to 3.6.5...As your hacks should be imported through the plugin system.
|
All times are GMT. The time now is 08:15 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|