bug 2440 : deleting a rate from admin was missing an include_once
git-svn-id: http://piwigo.org/svn/trunk@12255 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
cf2fc7a424
commit
2b26a82f06
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ if (isset($_GET['users']))
|
|||
|
||||
if (isset($_GET['del']))
|
||||
{
|
||||
include_once(PHPWG_ROOT_PATH.'include/functions_rate.inc.php');
|
||||
$del_params = urldecode( $_GET['del'] );
|
||||
parse_str($del_params, $vars);
|
||||
if ( !is_numeric($vars['e']) or !is_numeric($vars['u']) )
|
||||
|
|
Loading…
Add table
Reference in a new issue