summaryrefslogtreecommitdiff
path: root/LibertySystem.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-11 10:30:13 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-11 10:30:13 +0000
commit14b2539f2b1cd18467687e9c817040aea1897cd5 (patch)
tree6118f8976ea411b7db11277e15416e1f2cfacdf5 /LibertySystem.php
parent60e900bef46adab6af86d9ca083d203e37c0a483 (diff)
downloadliberty-14b2539f2b1cd18467687e9c817040aea1897cd5.tar.gz
liberty-14b2539f2b1cd18467687e9c817040aea1897cd5.tar.bz2
liberty-14b2539f2b1cd18467687e9c817040aea1897cd5.zip
remove debug
Diffstat (limited to 'LibertySystem.php')
-rwxr-xr-xLibertySystem.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/LibertySystem.php b/LibertySystem.php
index 4dbd437..ff354cc 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.56 2007/01/11 10:10:04 squareing Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.57 2007/01/11 10:30:13 squareing Exp $
* @author spider <spider@steelsun.com>
*/
@@ -201,7 +201,6 @@ class LibertySystem extends LibertyBase {
* @return TRUE if the plugin is active, FALSE if it's not
**/
function isPluginActive( $pPluginGuid ) {
- vd( $this->mPlugins[$pPluginGuid] );
return( isset( $this->mPlugins[$pPluginGuid] ) && ( $this->mPlugins[$pPluginGuid]['is_active'] == 'y' ) );
}