Changeset 2978 for trunk/system/libraries/View.php
- Timestamp:
- 07/07/2008 11:37:11 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r2593 r2978 45 45 public function __construct($name = NULL, $data = NULL, $type = NULL) 46 46 { 47 if ( ! empty($name))47 if (is_string($name) AND $name !== '') 48 48 { 49 49 // Set the filename
