[svn r13237] Changed call to delete to use lp_id parameter

skala
Yannick Warnier 18 years ago
parent 2b8ce5ca69
commit 1629999b4f
  1. 4
      main/newscorm/lp_controller.php

@ -482,8 +482,8 @@ switch($_REQUEST['action'])
else{
$_SESSION['refresh'] = 1;
//remove lp from homepage if it is there
$_SESSION['oLP']->toggle_visibility($_SESSION['oLP']->get_id(),'i');
$_SESSION['oLP']->delete(null,null,'remove');
//$_SESSION['oLP']->toggle_visibility((int)$_GET['lp_id'],'i');
$_SESSION['oLP']->delete(null,(int)$_GET['lp_id'],'remove');
api_session_unregister('oLP');
require('lp_list.php');
}

Loading…
Cancel
Save