View Single Post
  #2 (permalink)  
Old 05-09-2008, 05:15 PM
admin admin is offline
Administrator
 
Join Date: Apr 2007
Posts: 2,121
Default Re: vShare 2.6 security patch - group_posts.php

Those who have older version of vshare, this patch will not work, so you need to upgrade first.

Or add following code to end of config.php

Code:
if(isset($_GET['tid'])) {
	$_GET['tid'] = intval($_GET['tid']);
}
__________________
vShare Youtube Clone
Reply With Quote