From f54ce056dea56a66fdbec31121571a6290f169bc Mon Sep 17 00:00:00 2001
From: drupalista-br <drupalista-br@544192.no-reply.drupal.org>
Date: Wed, 1 Feb 2012 15:14:51 -0300
Subject: [PATCH 3/3] Fixed include_once path for the external library.

---
 google_identity_toolkit.pages.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/google_identity_toolkit.pages.inc b/google_identity_toolkit.pages.inc
index 70196dc..508199a 100644
--- a/google_identity_toolkit.pages.inc
+++ b/google_identity_toolkit.pages.inc
@@ -9,7 +9,7 @@ require_once DRUPAL_ROOT . '/includes/password.inc';
 drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
 // Include the external library hosted at github.
 // https://github.com/drupalista-br/Drupal-Google-Identity-ToolKit.
-include_once(drupal_realpath(libraries_get_path('drupal_google_identity_toolkit')) . '/git/include_lib.inc');
+include_once(drupal_realpath(libraries_get_path('drupal_google_identity_toolkit')) . '/include_lib.inc');
 
 /**
  * google identity toolkit callback
-- 
1.7.5.4

