--- acidfree.module 2006/01/03 06:00:05 1.2 +++ acidfree.module 2006/01/14 06:08:21 @@ -2305,6 +2305,12 @@ '_acidfree_pager_rewrite', $pager); + // + // Restore the original GET method data, otherwise the statistics + // module will log viewing pictures as accesses to their parents + // instead. + $_GET['q'] = $q; + return $pager; }