From eec1d420e3f1d422d82caa0c4a2d9dbef8a7fea3 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 24 Jun 2008 09:17:32 -0400
Subject: [PATCH] #1485158: fixed mailboxcontrols width for Lithuanian translation
---
program/lib/Auth/SASL.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/program/lib/Auth/SASL.php b/program/lib/Auth/SASL.php
index 6e3dc34..9b7090c 100644
--- a/program/lib/Auth/SASL.php
+++ b/program/lib/Auth/SASL.php
@@ -91,7 +91,8 @@
}
require_once($filename);
- return new $classname();
+ $obj = new $classname();
+ return $obj;
}
}
--
Gitblit v1.9.1