summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-27 19:59:34 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-27 19:59:34 -0700
commit23884f79686462d5332ee15ebf30c6b30218decb (patch)
treea5e21b2f2efc3d2ad2cc987f49b30eb6e4ca9fc1
parent578c9f4e5297e515e035c5a709e038403374bef3 (diff)
Fix a typo in the class name
-rw-r--r--modules/gallery/helpers/gallery_installer.php2
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) {