X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavette_www.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Ftextwheel%2Finc%2Ftextwheel.php;fp=www%2Fplugins-dist%2Ftextwheel%2Finc%2Ftextwheel.php;h=23acd7e17e493410f52c1557639c4e1485006be2;hp=fc26b7fd4ed3e3332eb74330d7dae07f0b652c2b;hb=83e62ea97fafb78dde1372b78c1be4c71b5b1b58;hpb=be2c315934c5993ef2c5b9481e99e8de5d967da2 diff --git a/www/plugins-dist/textwheel/inc/textwheel.php b/www/plugins-dist/textwheel/inc/textwheel.php index fc26b7f..23acd7e 100644 --- a/www/plugins-dist/textwheel/inc/textwheel.php +++ b/www/plugins-dist/textwheel/inc/textwheel.php @@ -86,7 +86,7 @@ class SPIPTextWheelRuleset extends TextWheelRuleSet { $key = 'tw-'.md5(_WHEELS_VERSION."-".serialize($ruleset).$callback.$class._DIR_RACINE); # lecture du cache - include_spip('inc/memoization'); + include_spip('memoization_options'); if (!function_exists('cache_get')) include_spip('inc/memoization-mini'); if ((!defined('_VAR_MODE') OR _VAR_MODE!='recalcul') AND $cacheruleset = cache_get($key))