From 5447d9c270033d874004707c6d7d2c4fc73be15c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 03 Sep 2008 15:07:28 -0400 Subject: [PATCH] - reorganized the installer - part 2 --- install/dist/lib/opensuse.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/dist/lib/opensuse.lib.php b/install/dist/lib/opensuse.lib.php index 092a407..391e896 100644 --- a/install/dist/lib/opensuse.lib.php +++ b/install/dist/lib/opensuse.lib.php @@ -28,7 +28,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -class installer extends installer_base { +class installer_dist extends installer_base { function configure_postfix($options = '') { -- Gitblit v1.9.1