1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fixing a problem that existed with the News Creation tool. A formatting change that was thought to not affect anything functionally (changing some spacing of an option), ended up causing conference announcements to not appear on the website.

This commit is contained in:
Eli White
2017-04-15 10:29:48 -04:00
parent eedd72847a
commit 2f2d99f80c

View File

@@ -49,7 +49,7 @@ $categories = array(
array("frontpage" => "PHP.net frontpage news"),
array("releases" => "New PHP release"),
array("conferences" => "Conference announcement"),
array("cfp " => "Call for Papers"),
array("cfp" => "Call for Papers"),
);
$confs = array(2, 3);