diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-28 10:59:34 +0800 |
---|---|---|
committer | Gallery Role Account <gallery@menalto.com> | 2009-05-28 11:07:11 +0800 |
commit | 4dfe93d66451c9d3810c48a0de93ce988796b1c7 (patch) | |
tree | 10472d32dd8145222b72dc8eb85de172fe25de98 | |
parent | 50ca9b93060dc39296d26fd9838c4123cab95953 (diff) |
Fix a typo in the class name
Signed-off-by: Gallery Role Account <gallery@menalto.com>
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |