From d049e4e87442b172d81f7de90302a4009943d4c3 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Wed, 11 Oct 2006 10:18:56 +0000 Subject: fix mSystem var call --- LibertySystem.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LibertySystem.php') diff --git a/LibertySystem.php b/LibertySystem.php index 86c9b50..7c384fa 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.47 2006/10/11 09:58:22 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.48 2006/10/11 10:18:56 squareing Exp $ * @author spider */ @@ -160,7 +160,7 @@ class LibertySystem extends LibertyBase { // This happens during installation and therefore requires that we include the plugin file for the constant definitions // only execute the following if this class hasn't been extended - if( $mSystem == LIBERTY_PKG_NAME ) { + if( $this->mSystem == LIBERTY_PKG_NAME ) { $plugin_file = LIBERTY_PKG_PATH.'plugins/format.tikiwiki.php'; if( $format_plugin_count == 0 || $default_format_found == 0 && is_file( $plugin_file ) ) { require_once( $plugin_file ); -- cgit v1.3