Re: Strict PHP5 Compatibility
Sven Schliesing <[email protected]>
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| 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 -- Smarty Development Mailing List (http://smarty.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php