croxton / Stash

Stash allows you to stash text and snippets of code for reuse throughout your templates.
GNU General Public License v3.0
197 stars 20 forks source link

config not loaded #133

Closed GDmac closed 9 years ago

GDmac commented 9 years ago

Using EE 2.9.3 I try to set $config['stash_prune_probability'] but it is always returning the default of .4 for $this->EE->config->item('stash_prune_probability')

Also var_export($this->EE->config); does not report any other variable from the stash config file...

croxton commented 9 years ago

$assign_to_config is the array to use if you're putting it in index.php. Don't go adding to stash/config.php that's for the module use!

croxton commented 9 years ago

https://github.com/croxton/Stash/wiki/Installing-%26-upgrading

GDmac commented 9 years ago

I'm getting old and rusty ....

croxton commented 9 years ago

lol