The Meta links sometimes do not work as expected - fix
Administrator, 07/30/2007 10:48:12Versions: all (up to and including 0.8.0).
Here's the fix. Open file /inc/library.inc
Go to line 111
Change this
(Self -> 'inlinestuff') -> (Insert:'use_login' = $user_ses);
to this
(Self -> 'inlinestuff') -> (Insert:'id' = $user_ses);
Save & close.
Marc Vos submitted the fix - thanks!