Fix page count
Because there is a directory "error" the page count is wrong. This works, but I'm not sure, if it's the right syntax ("$dbPages->count()-1").
This commit is contained in:
parent
10d4db844b
commit
769b34e9d6
|
@ -73,7 +73,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><?php $Language->p('Pages') ?></td>
|
||||
<td><?php echo $dbPages->count() ?></td>
|
||||
<td><?php echo $dbPages->count()-1 ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php $Language->p('Users') ?></td>
|
||||
|
|
Loading…
Reference in New Issue