Skip to content
Snippets Groups Projects
Commit 0c40fba8 authored by Yas Naoi's avatar Yas Naoi
Browse files

Fixed a bug for viewing a script details.

parent ef960dd2
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ function cloud_scripting_menu() { ...@@ -92,7 +92,7 @@ function cloud_scripting_menu() {
'description' => 'Info', 'description' => 'Info',
'page callback' => 'drupal_get_form', 'page callback' => 'drupal_get_form',
'page arguments' => array('cloud_scripting_desc_info', 3), 'page arguments' => array('cloud_scripting_desc_info', 3),
'access arguments' => array('view scripts'), 'access arguments' => array('view script'),
'file' => '', 'file' => '',
'weight' => 1, 'weight' => 1,
'type' => MENU_LOCAL_TASK, 'type' => MENU_LOCAL_TASK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment