mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Type checks and corrections for e_parse::thumbSrcSet()
This commit is contained in:
@@ -160,11 +160,13 @@ class e_formTest extends \Codeception\Test\Unit
|
||||
$this->assertTrue(false, "Couldn't load e_form object");
|
||||
}
|
||||
|
||||
include_once(e_CORE."templates/admin_icons_template.php");
|
||||
include_once(e_PLUGIN.'forum/forum_class.php');
|
||||
include_once(e_PLUGIN.'forum/templates/forum_icons_template.php');
|
||||
|
||||
$legacyDir = APP_PATH."/e107_files/downloadimages/";
|
||||
$legacyFile = APP_PATH."/e107_files/downloadimages/butterfly.jpg";
|
||||
|
||||
|
||||
|
||||
if(!is_dir($legacyDir))
|
||||
{
|
||||
mkdir($legacyDir, 0775, true);
|
||||
|
Reference in New Issue
Block a user