Fix typo
authorchriskl <chriskl>
Wed, 22 Jun 2005 15:03:59 +0000 (15:03 +0000)
committerchriskl <chriskl>
Wed, 22 Jun 2005 15:03:59 +0000 (15:03 +0000)
classes/plugins/Slony.php

index 40ea749e1b19b9cf5e566425b7e057d4dff62dd6..2687aeb8359d46ea5915c20b67896131e9b7cbb4 100755 (executable)
@@ -3,7 +3,7 @@
 /**
  * A class that implements the Slony 1.0.x support plugin
  *
- * $Id: Slony.php,v 1.3 2005/06/22 14:21:08 chriskl Exp $
+ * $Id: Slony.php,v 1.4 2005/06/22 15:03:59 chriskl Exp $
  */
 
 include_once('./classes/plugins/Plugin.php');
@@ -32,7 +32,7 @@ class Slony extends Plugin {
         */
        function isEnabled() {
                // Access cache
-               if ($this->enabled !== null) return $enabled;
+               if ($this->enabled !== null) return $this->enabled;
                else $this->enabled = false;
                
                global $data;