no message
This commit is contained in:
parent
0e52eff8a0
commit
0844004519
@ -899,7 +899,7 @@ class Book extends Base {
|
||||
return $this->_rag($iNo, $sRag);
|
||||
}
|
||||
|
||||
public function _rag($iNo, $sRag, $mCustom = false)
|
||||
public function _rag($iNo, $sRag, $mCustom = NULL)
|
||||
{
|
||||
if ($iNo) {
|
||||
$oBook = ModelBook::where("path", $this->sPath)->where("no", $iNo)->first();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user