mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
Issue 182 - Update query argument ignored when value is 0.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9314 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cb605c4ac6
commit
23678b790b
2 changed files with 13 additions and 1 deletions
|
|
@ -44,7 +44,8 @@
|
|||
|
||||
function show(){
|
||||
if(!$this->argument) return false;
|
||||
if(!$this->argument->getValue()) return false;
|
||||
$value = $this->argument->getValue();
|
||||
if(!isset($value)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue