mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
parent
64df3c5538
commit
21c8e7d48a
58 changed files with 226 additions and 228 deletions
|
@ -104,11 +104,11 @@ if (isset($_GET['pane']) && $_GET['pane'] == 'left') {
|
|||
$avatar_dir_size = $lang['NOT_AVAILABLE'];
|
||||
}
|
||||
|
||||
if (intval($posts_per_day) > $total_posts) {
|
||||
if ((int)$posts_per_day > $total_posts) {
|
||||
$posts_per_day = $total_posts;
|
||||
}
|
||||
|
||||
if (intval($topics_per_day) > $total_topics) {
|
||||
if ((int)$topics_per_day > $total_topics) {
|
||||
$topics_per_day = $total_topics;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue