Just 2 small edits to comments

This commit is contained in:
Marc Alexander
2011-01-18 18:36:04 +00:00
parent 770641a2a4
commit 7466027bbb
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ class acp_portal
{
$submit = false;
}
// We go through the display_vars to make sure no one is trying to set variables he/she is not allowed to...
foreach ($display_vars['vars'] as $config_name => $null)
{
@@ -222,6 +222,7 @@ class acp_portal
'module_group_ids' => $module_permission,
);
// check if module image file actually exists
check_file_src($sql_ary['module_image_src'], '', $module_id);
$sql = 'UPDATE ' . PORTAL_MODULES_TABLE . '