Gracefully recover from over quota error while sending a mail (#1145144):
[squirrelmail.git] / class / l10n.class.php
index 3863999198bf3d9387bb76d4fb277f16b4c01180..033bd714ba44776a9358b2c9e9abaf75bbe38c39 100644 (file)
@@ -14,6 +14,9 @@
  * @subpackage i18n
  */
 
+/** @ignore */
+if (! defined('SM_PATH')) define('SM_PATH','../');
+
 /** Load all php-gettext classes */
 include_once(SM_PATH . 'class/l10n/streams.class.php');
 include_once(SM_PATH . 'class/l10n/gettext.class.php');