Archived
1
0
Fork 0

Small datastorage update

This commit is contained in:
Fredric N 2010-09-08 20:17:34 +02:00
parent 3a0d27cb59
commit 8cbbd973f2
2 changed files with 3 additions and 3 deletions

View file

@ -175,15 +175,15 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
}
/**
* Make sure we find our datapoints
* Setup datastorage
*/
protected function _initDatapoints()
protected function _initDatastorage()
{
$this->bootstrap('autoloader');
// Include datapoints directory
set_include_path(implode(PATH_SEPARATOR, array(
APPLICATION_PATH . '/datapoints',
APPLICATION_PATH . '/datastorage',
get_include_path()
)));
}