mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
If your plugin requires textparse, then you are using a plugin which is in dire need of an upgrade. ie. years old.
This commit is contained in:
@@ -380,11 +380,6 @@ elseif ($merror === 'e2')
|
|||||||
/* PHP Compatabilty should *always* be on. */
|
/* PHP Compatabilty should *always* be on. */
|
||||||
e107_require_once(e_HANDLER.'php_compatibility_handler.php');
|
e107_require_once(e_HANDLER.'php_compatibility_handler.php');
|
||||||
|
|
||||||
if(file_exists(e_HANDLER."e107_Compat_handler.php")) // upgraded site, and may still be required for old plugins.
|
|
||||||
{
|
|
||||||
e107_require_once(e_HANDLER."e107_Compat_handler.php");
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// L: Extract core prefs from the database
|
// L: Extract core prefs from the database
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user