Fixes #783 - Logic error
This commit is contained in:
parent
0c812a59e5
commit
48e2dddc66
|
|
@ -508,7 +508,7 @@ class PluginManager
|
|||
*/
|
||||
public function getDependencies($plugin)
|
||||
{
|
||||
if (is_string($plugin) && (!$plugin = $this->findByIdentifier($identifer))) {
|
||||
if (is_string($plugin) && (!$plugin = $this->findByIdentifier($plugin))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue