1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Fixes #4056 - plugin menu detection path limits.

This commit is contained in:
camer0n
2023-11-18 08:19:48 -08:00
parent d9fc6d4956
commit 6b7aa7c6d9
3 changed files with 9 additions and 6 deletions

View File

@@ -126,8 +126,9 @@
{
// $this->_debugPlugin = '_blank';
$this->pluginInstall('_blank');
$result = $this->pluginInstall('_blank');
// print_r($result);
// $this->pluginUninstall('_blank');
@@ -578,6 +579,8 @@
{
$this->assertTrue($val, $key." list pref is missing for ".$pluginDir);
}
return $install;
}
private function pluginUninstall($pluginDir, $opts=array())