Changeset 818
- Timestamp:
- 02/21/09 16:29:36 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sitemaps/optionals/de.easy-coding.wbb.sitemaps/files/lib/system/event/listener/SitemapsPageWBBListener.class.php
r812 r818 115 115 while ($row = WCF::getDB()->fetchArray($result)) { 116 116 $pages = ceil($row['replies']/$this->thread_posts_per_page); 117 $tmp = new SitemapsThread( $row);117 $tmp = new SitemapsThread(null, $row); 118 118 119 119 if($this->rewriter === null) {
