[SPIP] ~v3.0.17-->v3.0.19
[ptitvelo/web/www.git] / www / plugins-dist / textwheel / inc / textwheel.php
index 2e6453d..23acd7e 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\
  *  SPIP, Systeme de publication pour l'internet                           *
  *                                                                         *
- *  Copyright (c) 2001-2013                                                *
+ *  Copyright (c) 2001-2014                                                *
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
  *                                                                         *
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
@@ -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))