From 23884f79686462d5332ee15ebf30c6b30218decb Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 27 May 2009 19:59:34 -0700 Subject: Fix a typo in the class name --- 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