← Back to team overview

phpdevshell team mailing list archive

[Bug 516477] Re: Warning when installing a new plugin

 

** Changed in: phpdevshell
       Status: New => Fix Released

-- 
Warning when installing a new plugin
https://bugs.launchpad.net/bugs/516477
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Fix Released

Bug description:
When installing my plugin, I get:

Installed menu for ...
Installed menu for ...
Installed settings for HTV.
NOTICE: Trying to get property of non-object line 625 (/var/www/html/pds-stable/plugins/PHPDevShell/includes/pluginmanager.class.php)
Installed plugin ...

Offending line is:

$queries_array = $this->plugin->uninstall->queries->query;