Dans la page boxes.php, le texte "Homepage" n'affichait que le "H" sur des versions rcentes de PHP cause d'un problme de dfinition de array.
This commit is contained in:
parent
6d50f289b2
commit
6143573db1
@ -60,7 +60,7 @@ if ($_GET["action"] == 'delete')
|
||||
*/
|
||||
$boxes = array();
|
||||
|
||||
$pos[0] = "Homepage";
|
||||
$pos = array("Homepage");
|
||||
|
||||
print '<table class="noborder" cellpadding="3" cellspacing="0">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user