Removing include of base.php, it was removed in core:3d5c80b0549562e97aeeed7638131a8de620d0b2

This commit is contained in:
Matt Button 2010-10-30 11:15:41 +01:00
parent fc7cb2ccf5
commit 0cc94b5323

View file

@ -82,9 +82,6 @@ if (file_exists('install'.EXT))
return include 'install'.EXT;
}
// Load the base, low-level functions
require SYSPATH.'base'.EXT;
// Load the core Kohana class
require SYSPATH.'classes/kohana/core'.EXT;