PDA

View Full Version : Cannot remove tags



mreuvers
08-28-2007, 03:13 PM
Hi,

I cannot seem to remove the tags of a page in the Hayes build. My tag reads:

sandbox

I simply go to more->Tags and remove the sandbox entry from there and press Update tags.

The tag dissapears from the site, however when I press refresh/reload it's there again... :confused:

Cheers,


Martijn

royk
08-28-2007, 05:30 PM
Go to line 292 in includes/Tags.php and remove:

if (count($insert) == 0) {
return;
}

mreuvers
08-28-2007, 08:46 PM
Thanks Royk! Was this behavior by design? Or will this 'patch' be in the next release as well?

royk
08-28-2007, 09:07 PM
No, this was an oversight on my part. It will be included when we update the 'd' release package today.

mreuvers
08-28-2007, 09:12 PM
No, this was an oversight on my part. It will be included when we update the 'd' release package today.

smashing! You guys rock :)