Fix null publishing date ... hopefully ok !
Esse commit está contido em:
pai
adb00846ad
commit
2c26ed47e9
1 arquivos alterados com 1 adições e 1 exclusões
2
book.php
2
book.php
|
|
@ -247,7 +247,7 @@ class Book extends Base {
|
|||
}
|
||||
|
||||
public function getPubDate () {
|
||||
if (is_null ($this->pubdate) || ($this->pubdate <= -58979926800)) {
|
||||
if (is_null ($this->pubdate) || ($this->pubdate <= -58979923200)) {
|
||||
return "";
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Carregando…
Adicionar tabela
Adicionar um link
Referência em uma nova issue