| Summary | error in sieve.php |
| Queue | Ingo |
| Queue Version | 1.2 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | wolfgang.rosenauer (at) an-netz (dot) de |
| Created | 07/17/2008 (6320 days ago) |
| Due | |
| Updated | 07/17/2008 (6320 days ago) |
| Assigned | |
| Resolved | 07/17/2008 (6320 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/ingo/lib/Script/sieve.php?r1=1.117&r2=1.118&ty=u
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ error in sieve.php
Type ⇒ Bug
State ⇒ Unconfirmed
PHP Fatal error: Call to undefined method
Ingo_Script_sieve::addblock() in
/srv/www/htdocs/groupware/ingo/lib/Script/sieve.php on line 294
addblock (resp. addBlock) has been removed AFAICS.
I _guess_ that the line
$this->addblock($if);
should be changed to
$this->_blocks[] = $if;