Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

$_ci_cached_vars must be an array. #17

Closed bekharsky closed 12 years ago

bekharsky commented 12 years ago

In MY_Loader there should be:

public $_ci_cached_vars = array();

Or you will get this:

A PHP Error was encountered

Severity: Warning

Message: array_merge(): Argument #1 is not an array

Filename: core/Loader.php

Line Number: 805