commit | 10c3f41cbe5bd3bb66fd106cc9fb171ffcc7364b | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Oct 08 07:21:12 2006 +0000 |
committer | admin <devnull@localhost> | Sun Oct 08 07:21:12 2006 +0000 |
tree | 7477d21d33dd07221425685756561c3bbd386217 | |
parent | 86d4e993d9ea21f28124b80f3d0c161aea681cb6 [diff] [blame] |
diff --git a/system/libraries/Unit.php b/system/libraries/Unit.php index 6573f42..439424f 100644 --- a/system/libraries/Unit.php +++ b/system/libraries/Unit.php
@@ -55,7 +55,7 @@ function run($test, $expected = TRUE, $test_name = 'undefined') { if ($this->active == FALSE) - return; + return FALSE; if (in_array($expected, array('is_string', 'is_bool', 'is_true', 'is_false', 'is_int', 'is_numeric', 'is_float', 'is_double', 'is_array', 'is_null'), TRUE)) {