Skip to content

Commit 3dcba38

Browse files
author
Marius Burkard
committed
- removed hook call from inside function
1 parent b598436 commit 3dcba38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install/lib/installer_base.lib.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public function get_php_version() {
161161
public function find_installed_apps() {
162162
global $conf;
163163

164-
$this->call_hook('find_installed_apps', false);
165164
if(is_installed('mysql') || is_installed('mysqld')) $conf['mysql']['installed'] = true;
166165
if(is_installed('postfix')) $conf['postfix']['installed'] = true;
167166
if(is_installed('postgrey')) $conf['postgrey']['installed'] = true;
@@ -191,8 +190,6 @@ public function find_installed_apps() {
191190
if(is_installed('cron') || is_installed('anacron')) $conf['cron']['installed'] = true;
192191

193192
if (($conf['apache']['installed'] && is_file($conf['apache']["vhost_conf_enabled_dir"]."/000-ispconfig.vhost")) || ($conf['nginx']['installed'] && is_file($conf['nginx']["vhost_conf_enabled_dir"]."/000-ispconfig.vhost"))) $this->ispconfig_interface_installed = true;
194-
195-
$this->call_hook('find_installed_apps', true);
196193
}
197194

198195
public function force_configure_app($service, $enable_force=true) {

0 commit comments

Comments
 (0)