redray
2008-10-25 11f96c8fcf2a970b536c7310bd90bca7244e040c
interface/web/designer/module_nav_edit.php
@@ -36,10 +36,7 @@
}
//* Check permissions for module
if(!stristr($_SESSION['s']['user']['modules'],$_SESSION['s']['module']['name'])) {
   header('Location: ../index.php');
   exit;
}
$app->auth->check_module_permissions('designer');
//* Load template
$app->uses('tpl');