Skip to content

Commit

Permalink
permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sergeev committed May 13, 2014
1 parent 3089bd4 commit 9772b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iframely/iframely.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function iframely_plugin_add_settings_link( $links ) {
function iframely_create_menu() {

# Create new top-level menu
add_menu_page('Iframely Options', 'Iframely', 'publish_pages', __FILE__, 'iframely_settings_page');
add_menu_page('Iframely Options', 'Iframely', 'install_plugins', __FILE__, 'iframely_settings_page');
}

function iframely_update_option($name, $value) {
Expand Down

0 comments on commit 9772b23

Please sign in to comment.