From 2ece4a0ed388cb94fd678f80c00925d0b76f8d79 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 20 May 2010 01:22:50 -0400 Subject: [PATCH] fix case. Note to self: always test on a case sensitive fs before commiting... --- ansel/lib/Gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Gallery.php b/ansel/lib/Gallery.php index f500b3daa..052ef0341 100644 --- a/ansel/lib/Gallery.php +++ b/ansel/lib/Gallery.php @@ -11,7 +11,7 @@ * @author Michael J. Rubinsky * @package Ansel */ -class Ansel_Gallery extends Horde_Share_Object_sql_hierarchical +class Ansel_Gallery extends Horde_Share_Object_Sql_Hierarchical { /** * The gallery mode helper -- 2.11.0