Restoring previous home and fix a couple of issues after remove some references
This commit is contained in:
@@ -156,7 +156,7 @@ class PluginRegistry
|
||||
if ($pluginDetail->isEnabled()) {
|
||||
if (!empty($pluginDetail->getFile()) && file_exists($pluginDetail->getFile())) {
|
||||
$arrayFileInfo = pathinfo($pluginDetail->getFile());
|
||||
$Filename = (
|
||||
$Filename =
|
||||
(
|
||||
PATH_PLUGINS
|
||||
) . $arrayFileInfo["basename"];
|
||||
|
||||
Reference in New Issue
Block a user