calsearch.php
--
if (COM_versionCompare(VERSION, '2.2.0', '>='

) {
require_once $_CONF['path_system'] . 'lib-article.php';
} else { // For Geeklog 2.1.3 support
require_once $_CONF['path_system'] . 'lib-story.php';
}
// require_once $_CONF['path_system'] . 'lib-story.php';
$story = new Article();
// $story = new Story();
--
とりあえずですね