[TYPO3-core] FYI: Added feature #13868: Integrate TYPO3 donate notice in the backend
Helmut Hummel
helmut at typo3.org
Sun May 23 11:52:24 CEST 2010
Hi Olly,
On 22.05.10 18:03, Oliver Hader wrote:
> + 90 public function isDonateWindowAllowed() {
...
> + 94 $isTriggered = ($firstLogin && $GLOBALS['EXEC_TIME'] - $firstLogin
>> self::VALUE_DonateWindowAppearsAfterDays * 86400);
...
> + 99 return ($isAdmin && $isAllowed && !$isCancelled && !$isPostponed);
$isTriggerd has been forgotten in the return statement.
Regards Helmut
More information about the TYPO3-team-core
mailing list