From 539e258458c8a6adb6067b73eebe81785d3331ee Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 22 Jun 2005 15:03:59 +0000 Subject: [PATCH] Fix typo --- classes/plugins/Slony.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/plugins/Slony.php b/classes/plugins/Slony.php index 40ea749e..2687aeb8 100755 --- a/classes/plugins/Slony.php +++ b/classes/plugins/Slony.php @@ -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; -- 2.39.5