|
From: <pdo...@us...> - 2019-05-13 18:48:42
|
Revision: 14820
http://sourceforge.net/p/squirrelmail/code/14820
Author: pdontthink
Date: 2019-05-13 18:48:41 +0000 (Mon, 13 May 2019)
Log Message:
-----------
Allow some plugins to run "normal" code that happens to switch text domain
Modified Paths:
--------------
branches/SM-1_4-STABLE/squirrelmail/src/configtest.php
Modified: branches/SM-1_4-STABLE/squirrelmail/src/configtest.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/src/configtest.php 2019-04-30 02:33:05 UTC (rev 14819)
+++ branches/SM-1_4-STABLE/squirrelmail/src/configtest.php 2019-05-13 18:48:41 UTC (rev 14820)
@@ -300,6 +300,7 @@
}
}
// load plugin functions
+ include_once(SM_PATH . 'functions/i18n.php'); // so some plugins can run "normal" code that switches text domain
include_once(SM_PATH . 'functions/plugin.php');
// turn on output buffering in order to prevent output of new lines
ob_start();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|