mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-08 14:10:39 +00:00
fixed a bug
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f69eaa298f
commit
3cde2f785b
1 changed files with 2 additions and 0 deletions
|
@ -472,6 +472,8 @@ static char rcsId[] = "$Id$";
|
||||||
NSLog(@"GSWStatisticsStore timeInterval=%f",timeInterval);
|
NSLog(@"GSWStatisticsStore timeInterval=%f",timeInterval);
|
||||||
[self _updatePagesStatisticsForPage:_currentPage
|
[self _updatePagesStatisticsForPage:_currentPage
|
||||||
timeInterval:timeInterval];
|
timeInterval:timeInterval];
|
||||||
|
DESTROY(_currentPage); // otherwise a reload of the statistics page will change this page's stats
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
NS_HANDLER
|
NS_HANDLER
|
||||||
|
|
Loading…
Reference in a new issue