Re: [SMARTY-DEV] Strict PHP5 Compatibility
[email protected] (Sven Schliesing)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
I just patched my Smarty with your patch and have an addition to contribute. On line 525 of Smarty.class.php it has to be public $_plugins = array( instead of protected $_plugins = array( Otherwise core/core.load_resource_plugin.php can't access the _plugins-array and fails. Sven Ruben Vermeersch wrote: > Didn't feel like sleeping, here's the whole thing. > > Ruben