← Back to team overview

phpdevshell team mailing list archive

[Bug 400694] Re: Warning when adding a new hook

 

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

-- 
Warning when adding a new hook
https://bugs.launchpad.net/bugs/400694
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 adding a new hook manually, I get the following notice:

NOTICE: Indirect modification of overloaded property template::$group has no effect line 98 (...../plugins/PHPDevShell/hooks_admin/hooks_admin.php) 

The line is:

$template->group['hook_id'] = $edit['id'];

It seems it serves no purpose seems "group" is not a declared member of class template. Maybe this line shoud be removed?