Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B61E18257 for ; Fri, 11 Dec 2015 19:16:10 +0000 (UTC) Received: (qmail 19310 invoked by uid 500); 11 Dec 2015 19:16:10 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 19259 invoked by uid 500); 11 Dec 2015 19:16:10 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 19250 invoked by uid 99); 11 Dec 2015 19:16:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 19:16:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0CADEE07E9; Fri, 11 Dec 2015 19:16:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smarru@apache.org To: commits@airavata.apache.org Message-Id: <0b3176a2c59e4fa2bcbcb191c85adf4e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata-php-gateway git commit: changing null to empty string for tokens Date: Fri, 11 Dec 2015 19:16:10 +0000 (UTC) Repository: airavata-php-gateway Updated Branches: refs/heads/master 8f85afc2c -> 97280d8ff changing null to empty string for tokens Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/97280d8f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/97280d8f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/97280d8f Branch: refs/heads/master Commit: 97280d8ff7dc8f289142bbbc09c4643926bd390b Parents: 8f85afc Author: smarru Authored: Fri Dec 11 14:16:05 2015 -0500 Committer: smarru Committed: Fri Dec 11 14:16:05 2015 -0500 ---------------------------------------------------------------------- app/views/admin/manage-gateway.blade.php | 2 +- app/views/partials/gateway-preferences.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/97280d8f/app/views/admin/manage-gateway.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php index 8b18f80..8b69838 100644 --- a/app/views/admin/manage-gateway.blade.php +++ b/app/views/admin/manage-gateway.blade.php @@ -120,7 +120,7 @@ @else @endif - + @foreach( $tokens as $token => $publicKey) @endforeach http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/97280d8f/app/views/partials/gateway-preferences.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/gateway-preferences.blade.php b/app/views/partials/gateway-preferences.blade.php index a8407e5..21b6de8 100644 --- a/app/views/partials/gateway-preferences.blade.php +++ b/app/views/partials/gateway-preferences.blade.php @@ -92,7 +92,7 @@ @else @endif - + @foreach( $tokens as $token => $publicKey) @endforeach