mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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
|
||||
*
|
||||
* Deprecated, compat only - does nothing
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup module manager
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user