mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Fixes from Patrick MARIE <mycroft@virgaria.org>
regarding un-initialized vars. git-svn-id: https://develop.svn.wordpress.org/trunk@354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -57,6 +57,9 @@ require_once($abspath.$b2inc.'/b2functions.php');
|
||||
require_once($abspath.$b2inc.'/b2vars.php');
|
||||
|
||||
$w = $HTTP_GET_VARS['w'];
|
||||
if (isset($HTTP_GET_VARS['w'])) {
|
||||
$w = $HTTP_GET_VARS['w'];
|
||||
}
|
||||
|
||||
if (isset($calendar) && ($calendar != '')) {
|
||||
$thisyear = substr($calendar,0,4);
|
||||
|
||||
Reference in New Issue
Block a user