summaryrefslogtreecommitdiff
path: root/modules/blogapi.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blogapi.module')
-rw-r--r--modules/blogapi.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi.module b/modules/blogapi.module
index 1b75cd5e9..32129f8c2 100644
--- a/modules/blogapi.module
+++ b/modules/blogapi.module
@@ -574,7 +574,7 @@ function blogapi_settings() {
function blogapi_menu($may_cache) {
$items = array();
- if ($_GET['q'] == variable_get('site_frontpage', 'node')) {
+ if (drupal_get_path_alias($_GET['q']) == variable_get('site_frontpage', 'node')) {
drupal_add_link(array('rel' => 'EditURI',
'type' => 'application/rsd+xml',
'title' => t('RSD'),