mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
module_srl가 숫자값이 아닐경우에도 리턴하도록 개선
This commit is contained in:
parent
7245e96456
commit
9e78e9057f
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ class moduleModel extends module
|
|||
*/
|
||||
function getModuleInfoByModuleSrl($module_srl, $columnList = array())
|
||||
{
|
||||
if(!$module_srl)
|
||||
if(intval($module_srl) == 0)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue