Show
Ignore:
Timestamp:
02/08/09 08:50:31 (3 years ago)
Author:
daris
Message:

portal: fixed error with missing position field in menu panel

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/admin/panels.php

    r5 r9  
    4444        $location = intval($_POST['location']); 
    4545        $file = $_POST['file']; 
    46         $position = intval($_POST['position']); 
     46        $position = /*intval($_POST['position'])*/0; 
    4747 
    4848        ($hook = get_hook('afo_add_forum_form_submitted')) ? eval($hook) : null;