
| Title | Can't purchase POP3 quota in point store. |
|---|---|
| Description | A stack trace error is given. |
| Affects | All users of the point store pop3 product. |
| Fix | Change lines 236 and 275 of sources/hooks/modules/pointstore/pop3.php from: Code
$price=get_price('quota');
Code
$price=intval(get_option('quota'));
|
There have been no trackbacks yet