Fix typo
authorJan Schneider <jan@horde.org>
Fri, 24 Jul 2009 14:07:47 +0000 (16:07 +0200)
committerJan Schneider <jan@horde.org>
Mon, 27 Jul 2009 10:22:15 +0000 (12:22 +0200)
ingo/lib/Storage/Sql.php

index ca556bc..1800dbe 100644 (file)
@@ -428,7 +428,7 @@ class Ingo_Storage_Sql extends Ingo_Storage
             }
         }
 
-        return $true;
+        return true;
     }
 
 }