Increased deprecation notification version

This commit is contained in:
Ingo Schommer 2013-03-20 11:53:09 +01:00
parent 94f209eb74
commit 07809762de
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ if (!is_dir($aggregatecachedir)) mkdir($aggregatecachedir);
SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatecachedir));
SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000);
// If you don't want to see deprecation errors for the new APIs, change this to 3.0.0-dev.
Deprecation::notification_version('3.1.0');
// If you don't want to see deprecation errors for the new APIs, change this to 3.2.0-dev.
Deprecation::notification_version('3.2.0');
// TODO Remove once new ManifestBuilder with submodule support is in place
require_once('admin/_config.php');