Hello,
While manually patching my files I find that in the ./Sources/ManageNews.php I am missing the entire code for operation #2. Perhaps It got removed in one of my mods?
if (trim($news) == '') unset($_POST['news'][$i]); else preparsecode($_POST['news'][$i]);
My mods are:
Global Headers and Footers
Ad Mod
And there might be one other but I forget what it is. Any way of finding out which mods I've installed?
Anyways, the main question is what do I do now that I find I am missing code in the ManageNews.php file?
Thank you!
The code is there - just spread out over 4 lines instead of all on one line.
Lines 167-170:
if (trim($news) == '')
unset($_POST['news'][$i]);
else
preparsecode($_POST['news'][$i]);
Yeah, I see it now. I always search just the first line to make it simple on the find command. But for some reason, both Bluefish editor and text editor couldn't find any of those lines of code. Weird.
Thanks for the help!