[wpmu-trac] [WordPress MU Trac] #382: Notice: Undefined index
action in index-install.php on line 428
WordPress MU Trac
wpmu-trac at lists.automattic.com
Sun Jul 22 19:42:05 GMT 2007
#382: Notice: Undefined index action in index-install.php on line 428
------------------------+---------------------------------------------------
Reporter: omry | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: component1 | Version: 1.0
Severity: normal | Keywords:
------------------------+---------------------------------------------------
in 1.2.3.
quick fix:
$action = isset($_POST[ 'action' ]) ? $_POST[ 'action' ] : null;
switch($action) {
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/382>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list