PMC-1378 Create/Fix unit tests for the feature "GMail API email server"
This commit is contained in:
@@ -633,7 +633,7 @@ class G
|
||||
|
||||
try {
|
||||
$file = G::ExpandPath('skinEngine') . 'skinEngine.php';
|
||||
include $file;
|
||||
include_once $file;
|
||||
$skinEngine = new SkinEngine($G_TEMPLATE, $G_SKIN, $G_CONTENT);
|
||||
$skinEngine->setLayout($layout);
|
||||
$skinEngine->dispatch();
|
||||
|
||||
Reference in New Issue
Block a user