From 4dfe93d66451c9d3810c48a0de93ce988796b1c7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 28 May 2009 10:59:34 +0800 Subject: Fix a typo in the class name Signed-off-by: Gallery Role Account --- modules/gallery/helpers/gallery_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index e3aa403f..fbbee194 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class gallery__installer { +class gallery_installer { static function install($initial_install=false) { $db = Database::instance(); if ($initial_install) { -- cgit v1.2.3