mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
ApplicationBootstrap: wipe setupZendAutoloader()
This commit is contained in:
parent
d0ce9f86d8
commit
a94662492b
@ -358,20 +358,15 @@ abstract class ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Register the Zend Autoloader
|
* Register the Zend Autoloader
|
||||||
*
|
*
|
||||||
|
* Deprecated, compat only - does nothing
|
||||||
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setupZendAutoloader()
|
public function setupZendAutoloader()
|
||||||
{
|
{
|
||||||
require_once 'Zend/Loader/Autoloader.php';
|
|
||||||
|
|
||||||
\Zend_Loader_Autoloader::getInstance();
|
|
||||||
|
|
||||||
\Zend_Paginator::addScrollingStylePrefixPath(
|
|
||||||
'Icinga_Web_Paginator_ScrollingStyle_', $this->libDir . '/Icinga/Web/Paginator/ScrollingStyle'
|
|
||||||
);
|
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Setup module manager
|
* Setup module manager
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user