Small datastorage update
This commit is contained in:
parent
3a0d27cb59
commit
8cbbd973f2
2 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
)));
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue