[Tickets #13887] Undefined variable: soft line 1074 of "/usr/share/php/Horde/Core/ActiveSync/Driver.php"
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Feb 27 14:36:28 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13887
------------------------------------------------------------------------------
Ticket | 13887
Created By | skhorde at smail.inf.fh-bonn-rhein-sieg.de
Summary | Undefined variable: soft line 1074 of
| "/usr/share/php/Horde/Core/ActiveSync/Driver.php"
Queue | Synchronization
Version | FRAMEWORK_5_2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
skhorde at smail.inf.fh-bonn-rhein-sieg.de (2015-02-27 14:36) wrote:
Horde_ActiveSync 2.26.0 stable
since my last upgrade I get:
PHP ERROR: Undefined variable: soft [pid 8033 on line 1074 of
"/usr/share/php/Horde/Core/ActiveSync/Driver.php"]
The line in question is, but $soft is not defined above this line nor
is this piece of code part of a loop.
// SOFTDELETE
if (!$soft) {
$sd = $folder->getSoftDeleteTimes();
if ($sd[1] + 82800 + mt_rand(0, 3600) < time()) {
$soft = true;
} else {
$soft = false;
}
}
More information about the bugs
mailing list