commit | 2799120c10b8d2544dd71e37b3a48c1eaa834c48 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Oct 11 01:38:08 2006 +0000 |
committer | admin <devnull@localhost> | Wed Oct 11 01:38:08 2006 +0000 |
tree | 0f9305ac2b961eba9354b0bd0e18e646b65aace9 | |
parent | 19ec9b171508e590f8503cf8c1408d6729bad18d [diff] [blame] |
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 4771295..0f2c49d 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php
@@ -50,7 +50,7 @@ */ function set_template($template) { - if ( ! is_array()) + if ( ! is_array($template)) { return FALSE; }