Quote Originally Posted by garybrun
If you havnt added the fix to your config.php (its in your include dir).
Add this belwo the last line...

Code:
include("vshare.php");


if(isset($_GET['tid'])) {
   $_GET['tid'] = intval($_GET['tid']);
}

Where did you find that code?