From: Nick Jenkins Date: Fri, 28 Sep 2007 00:42:22 +0000 (+0000) Subject: Tweak variable name X-Git-Tag: 1.31.0-rc.0~51260 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=a46194b809a9888f605d6ce466adf2de8f3373c4;p=lhc%2Fweb%2Fwiklou.git Tweak variable name --- diff --git a/includes/Database.php b/includes/Database.php index 1ac03ce885..4455228aed 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -42,7 +42,7 @@ class DBObject { * This allows us to distinguish a blob from a normal string and an array of strings */ class Blob { - private $data; + private $mData; function __construct($data) { $this->mData = $data; }