-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment: 5.3.10
Database: 5.0.27
After updating to 3.0.6 RC2 I went to the System Module and got this error
[phpBB Debug] PHP Notice: in file /includes/acp/acp_update.php on line 45: Undefined offset: 1
|
Here is that line:
$announcement_url = trim($info[1]);
|
When changing it to
$announcement_url = trim($info[0]);
|
There are no issues.