This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 279ece5220bf321c2ce9cd9ef59972fea183ef06 (commit)
from 2aa80315a9a5f42b977e8ea3e5e1f6df8e675b65 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 279ece5220bf321c2ce9cd9ef59972fea183ef06
Author: Ivan1986 <iva...@li...>
Date: Fri Jun 25 09:10:57 2010 +0400
notice
diff --git a/application/default/controllers/OidController.php b/application/default/controllers/OidController.php
index e129325..eb25eea 100644
--- a/application/default/controllers/OidController.php
+++ b/application/default/controllers/OidController.php
@@ -12,7 +12,8 @@ class OidController extends QuickFW_Auth
public function indexAction($return = false)
{
- var_dump($_SESSION);
+ if (!empty($_SESSION))
+ var_dump($_SESSION);
$return = $return ? $return : $_SERVER['REQUEST_URI'];
if (!empty($_SESSION['openID']['error']))
{
-----------------------------------------------------------------------
Summary of changes:
application/default/controllers/OidController.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|