diff options
author | admin <devnull@localhost> | 2006-10-11 03:38:08 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-11 03:38:08 +0200 |
commit | 2799120c10b8d2544dd71e37b3a48c1eaa834c48 (patch) | |
tree | 0f9305ac2b961eba9354b0bd0e18e646b65aace9 /system/libraries/Table.php | |
parent | 19ec9b171508e590f8503cf8c1408d6729bad18d (diff) |
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r-- | system/libraries/Table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 4771295a5..0f2c49d96 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -50,7 +50,7 @@ class CI_Table { */ function set_template($template) { - if ( ! is_array()) + if ( ! is_array($template)) { return FALSE; } |